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

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).