|
From: John H. <jd...@gm...> - 2008-05-09 13:49:19
|
On Thu, May 8, 2008 at 10:10 AM, dertom <tw...@ar...> 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 |