[IPython-User] [notebook] set axis limits after inline plot?
Adam Hughes
hughesadam87@gmail....
Wed Dec 12 19:28:28 CST 2012
I don't know if this is possible, but if you really need
interactive/automatic functionality like this, have you looked into
Enthought's IPython Chaco interface?
http://docs.enthought.com/chaco/user_manual/tutorial_ipython.html
Seems suited for this kind of thing. The drawback is that chaco is a
completely different library from matplotlib; however, simple commands like
setting limits and such are easy enough to figure out from the API
On Wed, Dec 12, 2012 at 7:29 PM, Michael Aye <kmichael.aye@gmail.com> wrote:
> Hi all,
>
> is it possible when using --pylab=inline option to change, for example,
> the x-axis limits of a plot already displayed?
>
> I tried to catch the axis object:
>
> In [298]: ax
> Out[298]: <matplotlib.axes.AxesSubplot at 0x111e30690>
>
> and then set it using ax.set_xlim() and a draw() but I guess the
> results of that don't communicate back to the already inline displayed
> plot in the notebook?
>
> Michael
>
>
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20121212/f3dc2cfc/attachment.html
More information about the IPython-User
mailing list