can you tell me why my gnuplot doesn´t permit issue "set term png"
command ?
gnuplot> set term png
^
unknown or ambiguous terminal type; type just 'set terminal'
for a list
gnuplot> show vers
G N U P L O T
Version 4.2 patchlevel 0
last modified March 2007
System: SunOS 5.10
> can you tell me why my gnuplot doesn´t permit issue "set term png"
> command ?
Because whoever compiled your gnuplot (you?) failed to provide the
necessary libraries at build time, and ignored some rather strongly
worded warnings from the build system about that state of affairs.
I got it from sunfreeware.com (a pre compiled version).
Where could I found a pre compiled version of Gnuplot with "set term
png" option ?
Thank you.