in reply to Re: Chart::Gnuplot png format
in thread Chart::Gnuplot png format

Code is as follows:

my $chart = Chart::Gnuplot->new(output =>"file.png", gnuplot => /usr/bin/gnuplot", ) $chart->plot2d($dataSet0, $dataSet1);