|
From: <pl...@pi...> - 2011-12-30 18:38:21
|
HI,
I accidentally entered a y2r with end smaller than start (slip on
decimal point)
set y2r [0.6:.24]
it plotted but inverted the axis. So I corrected the typo and loaded
the script again from the gnuplot command prompt as before
set y2r [0.6:2.4]
I now get the new scale but still upside down !
It seems the erroneous range automatically set some kind of flip bit but
when I now set the correct scale this automatic magic is not smart
enough to revert it.
neither does resetting y2r to auto free it up
set y2r [*:*]
I had to quit gnuplot to get back to normal scaling behaviour.
G N U P L O T
Version 4.5 patchlevel 0
last modified November 2011
regards. Peter.
|