[Graph-dev] passing multiple datasets into gnuplot module

David Moore dmoore at caida.org
Tue Sep 30 11:16:27 PDT 2003


On Tue, Sep 30, 2003 at 09:24:33AM -0700, J. J. Yuan wrote:
> push @dataset, \%hash1, \@array1, \%hash2, \@array2;

Oh this needs to be push @dataset, [\%hash1, \@array1], [\%hash2, \@array2];


> 				 "extra_opts" => "set key left top Left"},
> 				 \@dataset);

And this needs to be @dataset.  Although I would call it datasets, since
it is more than one.

-- david


More information about the Graph-dev mailing list