|
From: Johannes Z. <joh...@ze...> - 2004-12-07 19:06:43
|
On Tue, Dec 07, 2004 at 09:35:35AM +0100, Petr Mikulik wrote:
> > > set pm3d depth
> > > splot 'whale.dat' with pm3d
> >
> > actually here it works fine. I guess you're missing
> >
> > set pm3d at s explicit
>
> Yes, now it works fine.
>
> > I guess I've to update the patch to work also with implicit surface
> > coloring.
>
> That would be nice.
I've just uploaded a patch to graph3d.c which implements the depth patch
also for "set pm3d implicit". Even if pm3d is "implicit", the surface
type has to be specified explicitely on the splot line like
gnuplot> set pm3d implicit
gnuplot> splot 'whale.dat' with pm3d
This is due to the fact that when using
gnuplot> set pm3d implicit
gnuplot> splot 'whale.dat'
the pm3d surface must be plotted before the default style (which might
be lines for example).
--
Johannes
|