|
From: Claas T. <cla...@sc...> - 2004-07-10 11:39:39
|
Hallo / Hello !
Perhaps you were already told about this bug by someone else, but as I
didn't find anything in the faq I'm writing this mail to you, hoping you
find my English to be understandable.
The problem is the following:
Once you set the xmtics you can't unset them.
"unset xmtics" doesn't work, so "show xmtics" still says that the xmtics are
on (see also the pasted lines at the end of this mail).
For your information: I'm running Gnuplot ...
Version 4.0 patchlevel 0
last modified Thu Apr 15 14:44:22 CEST 2004
System: MS-Windows 32 bit
Yours,
Claas Thede
gnuplot> set xmtics
gnuplot> show xmtics
tics are IN, ticslevel is 0.5
major ticscale is 1 and minor ticscale is 0.5
x-axis tics: on border and mirrored on opposite border
labels are format "% g" and are not rotated
Months computed automatically
x2-axis tics: OFF
gnuplot> unset xmtics
gnuplot> show xmtics
tics are IN, ticslevel is 0.5
major ticscale is 1 and minor ticscale is 0.5
x-axis tics: on border and mirrored on opposite border
labels are format "% g" and are not rotated
Months computed automatically
x2-axis tics: OFF
|