|
From: Ethan M. <merritt@u.washington.edu> - 2006-10-25 20:33:57
|
On Tuesday 24 October 2006 10:39 pm, Nibbler wrote:
>
> If i use previous code I get picture where is just a lines, but if I
> leave these out
> set terminal png
> set output "output.png"
>
> then I get picture where is filledcurves.
Please see sample output at
http://gnuplot.sourceforge.net/demo/fillcrvs.html
These are png plots made by gnuplot version 4.0
> My gnuplot version is 4.0
It is possible that your copy of gnuplot, even though it is
version 4.0, was built using a very old png driver. You can
tell by inspecting the output of "help set term png" or
"show version long". If that is the case, you'll either
have to rebuild gnuplot with the current png driver
(which is, after all, itself more that 5 years old) or
save your plot in some other format like *.eps and then
convert to png in a separate step.
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle WA
|