|
From: Mike B. <mba...@uk...> - 2004-12-09 14:57:42
|
I'm not entirely certain, but the command
set term png
appears to behave differently in gnuplot version 4.0 (patchlevel 0) under
GNU/Linux and MS Windows. Is this correct? I'd like to use a standard Gnuplot
script across both platforms, so the different behaviour is a niggle. Or have
I missed something?
In the version of gnuplot on my GNU/Linux box
set term png small size 800,600 crop
returns the following error:
Terminal type set to 'png'
^
expecting: {small, medium, large},[no]transparent, or {monochrome,
gray, color, [xRRGGBB] }
although the same command works fine in the version for MS Windows. Similarly,
the command line
set term png small picsize 800 600
seems to work OK under GNU/Linux, but not under MS Windows.
Any help gratefully received,
Regards,
Mike Barnsley
|