|
From: Philipp K. J. <ja...@ie...> - 2008-02-22 02:04:04
|
According to the documentation to pm3d,
"when plotting several plots, they are plotted in
the order given on the command line"
So, I would expect that the following two plots
would appear different:
set pm3d explicit
splot [-2:2][-2:2] exp(-x**2-y**2) w pm3d, 2-exp(-x**2-y**2)
splot [-2:2][-2:2] 2-exp(-x**2-y**2), exp(-x**2-y**2) w pm3d
Note that I switch the order of the functions between
both calls, but want the same function drawn with pm3d.
But, both plots appear to be the same.
Which is annoying, because I don't seem to be able
to get the transparent (wiremesh) function visually
on top of the opaque surface.
Is this a bug or a feature?
In a similar spirit, I noticed that when setting
set pm3d (or set pm3d explicit) the surface hides
the border, but when using set pm3d implicit, the
border is always on top of the surface - even when
setting set border back.
Again, is this a bug, or am I using the commands
incorrectly?
(Version info below.)
Best,
Ph.
G N U P L O T
Version 4.2 patchlevel 2
last modified 31 Aug 2007
System: Linux 2.6.18.2-34-default
Copyright (C) 1986 - 1993, 1998, 2004, 2007
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/
Send bug reports and suggestions to
<http://sourceforge.net/projects/gnuplot>
Compile options:
-READLINE +LIBREADLINE +HISTORY +BACKWARDS_COMPATIBILITY +BINARY_DATA
+GD_PNG +GD_JPEG +GD_TTF +GD_GIF +ANIMATION
-NOCWDRC +X11 +X11_POLYGON +MULTIBYTE +USE_MOUSE +HIDDEN3D_QUADTREE
+DATASTRINGS +HISTOGRAMS +OBJECTS +STRINGVARS +MACROS +IMAGE
|