[IPython-User] [notebook] opposite of display(gcf())
Matthias BUSSONNIER
bussonniermatthias@gmail....
Fri Dec 14 10:52:27 CST 2012
Le 14 déc. 2012 à 04:40, Michael Aye a écrit :
> So, if you have launched the notebook with
> ipython notebook --pylab
> then you can still display a plot inline with
> display(gcf())
>
> But, if you have launched it with --pylab=inline, is the opposite possible?
>
> Michael
You can toggle between inline/external plot with
%pylab inline/ %pylab other_backend*
* other backend include qt, osx, … once you choose one you can't get the other others.
--
M
>
>
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
More information about the IPython-User
mailing list