in reply to Re: Locating Chart::Gnuplot
in thread Locating Chart::Gnuplot

Hi Thanos1983

Thank you very much for your response :) When I get to the line  $chart->plot2d($dataset); in your example script, I get the error  sh: convert: command not found. Did you get this issue?

Thanks in advance!

Replies are listed 'Best First'.
Re^3: Locating Chart::Gnuplot
by haukex (Archbishop) on Feb 02, 2018 at 12:29 UTC
    sh: convert: command not found

    convert is probably from ImageMagick. On Windows you can use its installer, on *NIX systems I usually find it easiest to use the system's package manager, e.g. on Debian/Ubuntu sudo apt-get install imagemagick (or sudo apt-get install graphicsmagick-imagemagick-compat).