Re: [matplotlib-devel] time series zoom/pan speedup

2009-05-15 Thread Ryan May
On Wed, May 13, 2009 at 3:07 PM, Eric Firing wrote: > > Please check and try out revision 7100. For example, with ipython -pylab: > > > x = np.arange(100, dtype=float) * 0.2 > y = np.sin(x) > plot(x,y) > xlim(10,20) > > Then play around with panning and zooming. > > To see what the behavior

[matplotlib-devel] time series zoom/pan speedup

2009-05-13 Thread Eric Firing
Please check and try out revision 7100. For example, with ipython -pylab: x = np.arange(100, dtype=float) * 0.2 y = np.sin(x) plot(x,y) xlim(10,20) Then play around with panning and zooming. To see what the behavior is like without the changes, just reverse the sign of x, since at presen