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