Subject: | Installed correctly, but does not work |
Debian Etch, perl 5.8.8, Chart::Gnuplot installed without any troubles
through CPAN shell.
Just exists (no file created, no messages displayed) when I try to run
example:
use strict;
use Chart::Gnuplot;
my $chart = Chart::Gnuplot->new( output => "expression.png" );
my $dataSet = Chart::Gnuplot::DataSet->new( func => "sin(x)" );
$chart->plot2d($dataSet);
Could not find how to debug this in a straight way.