2013/4/2 Benjamin Root <ben.r...@ou.edu>:
>

> I would suggest bringing this issue up with them (that the figure
> gets destroyed at the end of each cell).

The default behaviour of the inline backend is closing figures after cell
execution, but this is configurable[1]

That said you should be able to use the OO approach with oneliners like
this:

surf = plt.gca(projection='3d').plot_surface(...)

Or write you own pyplot-style function. Adding 3d plotting functions to
pyplot might or might not be a good thing, I can't tell. Or there might be
a separate, pyplot-like module for 3d. Does that make sense?

http://ipython.org/ipython-doc/stable/interactive/qtconsole.html#pylab-inline

Goyo
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to