Hi. I have a very simple plot script:
set logscale x
plot '-' notitle with linespoints
1 1
2 2
3 3
e
This works as one would expect. However when I "replot", the x axis bounds change; I expect them to remain the same as before. Here the right bound jumps to the right, which is bad, but maybe not critically bad. I see some situations where it fails catastrophically, however:
set logscale x
set yrange ["0":"6"]
plot '-' using 1:(1.0) smooth freq notitle with boxes
1
2
3
4
5
1002
e
Here a replot makes the plot useless.
Thanks.
Confirmed. 5.0.2 was OK, the buggy replot behaviour appeared in 5.0.3
Fixed for 5.0 and 5.1