|
From: Aapo L. <aap...@gm...> - 2005-06-14 16:29:00
|
On Tue, 2005-06-14 at 17:53 +0200, Johannes Zellner wrote:
> something bad happened with "linetype palette", see the attached files.
> The good one was generated with gnuplot 4.0 and something like
> "plot 'tmp.dat' u 1:2:3 w p lt pal". The bad one was generated by the
> latest gnuplot from cvs with the same command. Apparently "linetype
> palette" doesn't work any more :-(
Hmm, I cannot reproduce the problem, "linetype palette" works just fine.
BTW, what do you mean by 'plot' command? You should use 'splot', at
least my Gnuplot says
---- clip ----
gnuplot> plot 'tmp.dat' u 1:2:3 w p lt pal
2D plots cannot color by Z value; please use splot instead
---- clap ----
Why doesn't your Gnuplot say the same? What kind of output does
"splot sin(0.01*x*y) w p lt pal" give to you?
Aapo
--
Aapo Lankinen <aap...@gm...>
|