in reply to Re: Chart::Gnuplot png formatin 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); [download]