|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-08-31 17:56:33
|
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.
|