|
From: Galebonwe R. <GRa...@go...> - 2010-09-01 06:36:07
|
Thanks Hans,
Actually you are right it is ;
[hrmoper@cluster ~]$ gnuplot --version
gnuplot 4.0 patchlevel 0
I also noticed from the help menu that I need libgd to create png images. I tried installation of libgd, but I still get the same errors.
PNG images are created using libgd, with optional support for TrueType
and Adobe Type 1 fonts via libfreetype. Version 1.8 or greater of libgd
is required.
I however have a small conversion script, from postscript to png, which works perfectly. For the time bieng I will create my images in postscript and convert to png. But I would have liked to create the images directly to png.
Thanks.
Galebonwe Ramaphane
Department of Meteorological Services
P.O. BOX 10100
Gaborone
Botswana
Tel: +267 3612200
Mobile: +267 74435261
-----Original Message-----
From: Hans-Bernhard Bröker [mailto:HBB...@t-...]
Sent: Tuesday, August 31, 2010 7:56 PM
To: Galebonwe Ramaphane
Cc: gnu...@li...
Subject: [BULK] Re: [Gnuplot-info] png plot error.
Importance: Low
On 31.08.2010 10:55, Galebonwe Ramaphane wrote:
> I use gnuplot version 4, patch level 0.
No such version. The actual version numbers look like this:
Version 4.0, patchlevel 0
> gnuplot> set terminal png small size 600, 900 enhanced
> ^
> "meteo_plot32045.gp", line 2: expecting: {small, medium,
> large},[no]transparent, or {monochrome, gray, color, [xRRGGBB] }
Your gnuplot executable doesn't have the right set of terminals for the
tool you're using to drive gnuplot. You'll need to adapt your external
tool or rebuild a current gnuplot with the required terminal drivers.
|