|
From: Mojca M. <moj...@gm...> - 2012-11-09 15:45:50
|
On Fri, Nov 9, 2012 at 12:13 AM, <pl...@pi...> wrote:
> Hi ,
>
> recent cvs gnuplot:
>
> I've just noticed that mouse scrolling window in wxt causes functions
> to be replotted full width , not with in the limits of data as in
> initial plot.
Others will be able to answer better, but the functionality has indeed
been changed. If I used
plot [0:] f(x)
in the old version and tried to zoom into some region to see more
details - say, between [3:4] - then gnuplot would zoom into [0:4].
If I then tried to shift, gnuplot would zoom in and out to keep the
condition [0:] valid instead of shifting the data.
I'm not sure if I understood what exactly is going on in your case.
The old functionality was weird, but it is possible that there are
cases when the new functionality also functions wrong.
Mojca
|