exploreperl has asked for the wisdom of the Perl Monks concerning the following question:
I get the following error while trying to plot a time series using gnu plot ** expecting 'data', 'function', 'line', 'fill', 'rectangle', 'circle', 'ellipse' or 'arrow' **
Any ideas on what is wrong?my $chart = Chart::Gnuplot->new(output =>"temp.png",title=>"RTPTSDiff + vs ScaledPayloadSize",style => "points",xlabel=>"PacketArrivalTime m +s",ylabel=>"ScaledPayloadsize"); my $dataset = Chart::Gnuplot::DataSet->new(xdata => \@rtppackettimeinm +s, ydata => \@scaledpayloadsize);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Chart::GNUPlot ...Can't plot
by VinsWorldcom (Prior) on Oct 25, 2013 at 13:18 UTC | |
|
Re: Chart::GNUPlot ...Can't plot
by Anonymous Monk on Oct 25, 2013 at 08:02 UTC | |
|
Re: Chart::GNUPlot ...Can't plot
by keszler (Priest) on Oct 25, 2013 at 08:35 UTC |