From: Petr M. <mi...@ph...> - 2004-05-17 08:57:39
|
> plot [0:50] [-2:2] sin(x) > > and attempt to zoom. It won't zoom! That certainly isn't a user > expectation, is it? See also Bug Request 921028 Mouse zoom doesn't work if range has been given In the old ages of mousing, I intended this behaviour, mainly for use such as plot [0:11] sin(x) => you can fix x-range, and zoom by mouse only in y-axis. If you wish to use mouse, don't do plot [ranges] but set xrange ...; plot ... Mousing is interactive stuff .. you can do your script compatible. Or is there any situation why plot [range] should be used instead of set xrange; plot ? --- PM |