|
From: <br...@ph...> - 2006-09-21 21:10:42
|
Joe Koski wrote:
> I asked about this problem on the gnuplot help list and didn't get a
> response after a day or two, so I am assuming that it is a bug, not a new
> feature. Attached in .tar.gz format is a script and a short data file that
> reproduce the bug on my machine.
The example is a bit too complicated. It can be boiled down to just one
command:
splot x+y with points palette
The outermost reason why this plot doesn't get a colorbox is that the
comparison against TC_DEFAULT made by set_plot_with_palette is
triggered. The plot in question has a pm3d_color.type value of 6, as if
the user had specified 'palette z'. This might be an inadvertant side
effect of the changes that allowed 'with points palette cb -45' etc.
|