in reply to Chart::Gnuplot png format

My idea is that it would be a lot easier to help you if you posted your corde.

Replies are listed 'Best First'.
Re^2: Chart::Gnuplot png format
by hmadhi (Acolyte) on Sep 12, 2011 at 11:28 UTC

    Code is as follows:

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