in reply to Chart::Gnuplot Frogs and Temperatures vs date

Thank you for quick reply - yes, adding axes like this

my $datasetTemps = Chart::Gnuplot::DataSet->new( title => "Dry bulb temperature", axes => "x1y1", ... ...

and

my $datasetFrogs = Chart::Gnuplot::DataSet->new( title => "Number of Frogs per day", axes => "x1y2",

works purrfectly
Richard H