|
From: Petr M. <mi...@ph...> - 2005-03-29 16:38:20
|
> > I've just committed a patch which allows
> > splot x*y with pm3d
> > anytime. Thus, "set pm3d explicit" is on after gnuplot startup and after
> > 'reset'.
>
> Sounds good.
> Are you going to do the same for "set contour"?
No, contours are black magic for me.
BTW,
set contours base
splot x*y with pm3d
... "clabels" remain
splot x*y with pm3d at C
... this (undocumented) filled contours would require all contours to be
closed.
Well, it really looks like "splot with contour" or "splot {no}contour" be
useful.
---
PM
|