Hello,
I think I found a bug in gnuplot 4.3.2. When setting logscale and a
range for an axis, where the range's bound is close to a position where
a tic would be drawn in logscale mode, this tic is drawn outside the
plot.
I can reproduce this behavior using this code:
set xrange [0.0:10.0]
set yrange [50.0:99.0]
set logscale y
plot "-" with points
1 60
e
On the y axis, a tic for 100 is drawn just above the plot.
Greetings,
Thomas