|
From: Philipp K. J. <ja...@ie...> - 2007-10-29 21:20:06
|
When playing with set xyplane, I discovered
the following behaviour:
When using set xyplane without the AT keyword,
the vertical lines of the surrounding box (borders)
are extended to the the location of the base
plane (or shortened, as the case may be).
When using set xyplane with the AT keyword,
the vertical lines are unaffected, potentially
leading to strange results.
Example:
All good:
unset xyplane
set border 8191
set xyplane 1
splot [-3:3][-3:3][0:1] exp(-x**2-y**2)
Funny:
unset xyplane
set border 8191
set xyplane at -1
splot [-3:3][-3:3][0:1] exp(-x**2-y**2)
I am not sure whether this is intended behavior
or not. Certainly not critical, but I wanted to point
it out.
(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/gnu
plot>
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
DRIVER_DIR
= "/home/janert/Gnuplot/Build/Release-4.2.2/build/libexec/gnuplot
/4.2"
GNUPLOT_PS_DIR
= "/home/janert/Gnuplot/Build/Release-4.2.2/build/share/gnuplot/4
.2/PostScript"
HELPFILE
= "/home/janert/Gnuplot/Build/Release-4.2.2/build/share/gnuplot/4
.2/gnuplot.gih"
|