|
From: Thomas S. <t.s...@fz...> - 2009-05-28 10:56:25
|
> Those y2 tics were explicitly set, so "plot ... axes x1y2" should not be > required. I use this for x+x2 axes in order to have axes with wavelength > and > energy, for example. right, as long as you don't use autoscaling, it works. > The bug appears even if "set autoscale fix" appears *before* explicit > y2range: it doesn't matter where you specify "set autoscale fix" because it is respected 'at the end', i.e. when the 'plot' command is executed, and then the fixed ranges are forgotten and determined by the function values. and if there are no values - like in 'plot 1+x*x' - then y2axis gets its range from yaxis, with the precaution that yrange is transfered into the exponent if 'logscale y2' is on. -- View this message in context: http://www.nabble.com/set-autoscale-fix--set-logscale-y2-tp23748542p23759523.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |