On Thu, May 8, 2008 at 10:10 AM, dertom <[EMAIL PROTECTED]> wrote:

> Please, can anybody tell me, if there is a solution, to call the show()
> method more than one time,while my main script is running?

To do this right, you will probably need to write a tk application and
embed matplotlib in it, rather than try to use pylab.  See the
embedding_in_tk*.py examples at http://matplotlib.sf.net/examples/.
There is also a tutorial on working with the matplotlib artist API at
http://matplotlib.sf.net/pycon

  http://matplotlib.sourceforge.net/pycon/artist_api_tut.pdf

There are a couple of other FAQs that are relevant

  http://matplotlib.sf.net/faq.html#OO
  http://matplotlib.sf.net/faq.html#SHOW

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to