Alan G Isaac <alan.is...@...> writes:
> 
> On 4/3/2010 11:19 PM, Enzo Michelangeli wrote:
> > multiple show() functionality is important for many users (see
> > e.g.
> >
http://www.mail-archive.com/matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
<at> public.gmane.org/msg13099.html
> >    
> 
> http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.ion

>From what I undrstand, ion() doesn't do what I need: it just forces a draw()
after every pyplot command allowing animated plots. Instead, I want the program
 to draw and show a complete plot, then pause allowing me to interact with its
window (e.g., to pan, zoom and/or save a screenshot), then, after I close that
window, proceed to build a new, entirely different plot, show it in a new window
and so on.

Enzo 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to