On Wed, May 13, 2009 at 3:07 PM, Eric Firing <efir...@hawaii.edu> wrote:

>
> 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.
>

Works great for me here, nice work.

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to