From: Daniel J S. <dan...@ie...> - 2004-05-13 17:48:44
|
Daniel J Sebald wrote: > > Thus, the mouse zoom could do a > > set xrange [:] replot > set yrange [:] replot > replot > > and not disturb the overall settings. Or, even simpler might be that "replot" has its own {ranges} option. Then one wouldn't have to internally keep track of x_range_replot, y_range_replot, etc. Just use the values in the replot [:] [:] command and discard them. The consequence is that "replot" by itself has an inherent "unzooming" effect. Which I think isn't unreasonable. Dan |