vbrtrmn has asked for the wisdom of the Perl Monks concerning the following question:
General ExampleData set must be an array at gnuplot.cgi line 9
Any help is apreciated!use Chart::Graph::Gnuplot qw(gnuplot); gnuplot({"title" => "foo", "x2-axis label" => "bar", "logscale x2" => "1", "logscale y" => "1", "output type" => "png", "output file" => "gnuplot1.png", "xtics" => [ ["small\\nfoo", 10], ["medium\\nfoo", 20], ["l +arge\\nfoo", 30] ], "ytics" => [10,20,30,40,50]}, "xdata" => "time", "format" => ["x", "%m/%d"], "timefmt"=> $date_format, "extra_opts" => "set key left top Left", [{"title" => "data1", "type" => "matrix"}, [[1, 10], [2, 20], [3, 30]] ], [{"title" => "data2", "style" => "lines", "type" => "columns"}, [8, 26, 50, 60, 70], [5, 28, 50, 60, 70] ], [{"title" => "data3", "style" => "lines", "type" => "file"}, "samplefile"],);
--
paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Chart::Graph::Gnuplot Array Issue
by naChoZ (Curate) on Jul 21, 2004 at 23:11 UTC | |
by vbrtrmn (Pilgrim) on Jul 21, 2004 at 23:41 UTC | |
|
Re: Chart::Graph::Gnuplot Array Issue
by vbrtrmn (Pilgrim) on Jul 22, 2004 at 18:24 UTC | |
|
Re: Chart::Graph::Gnuplot Array Issue
by kryberg (Pilgrim) on Jul 22, 2004 at 18:31 UTC |