Help for this page

Select Code to Download


  1. or download this
        my $datasetTemps = Chart::Gnuplot::DataSet->new(
            title   => "Dry bulb temperature",
            axes    => "x1y1", 
            ... ...
    
  2. or download this
        my $datasetFrogs = Chart::Gnuplot::DataSet->new(
            title   => "Number of Frogs per day",
            axes    => "x1y2",