Please check and try out revision 7100.  For example, with ipython -pylab:


x = np.arange(1000000, 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 present only monotonically increasing x is supported:

plot(-x, y)
xlim(-20,-10)

Notice that in the latter case, panning and zooming is jerky.

Thanks.

Eric

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to