|
From: Philipp K. J. <ja...@ie...> - 2008-02-09 04:25:53
|
According to the manual (section 34.7 "with"),
it is possible to use a "with nohidden3d" directive
together with the splot command to make individual
surfaces transparent.
That does not seem to work for me - instead, the
entire surface disappears.
Example:
set hidden3d
splot [-2:2][-2:2] exp(-x**2-y**2), 0.4-1/(1+x**2+y**2)
=> All good, two opaque surfaces
splot [-2:2][-2:2] exp(-x**2-y**2), 0.4-1/(1+x**2+y**2) with nohidden3d
=> syntax error! although according to the spec this
should be correct. (I think)
splot [-2:2][-2:2] exp(-x**2-y**2), 0.4-1/(1+x**2+y**2) nohidden3d
=> the second surface does not show up at all
Am I using this option incorrectly?
Info on my gnuplot version 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
|