On Wed, Sep 29, 2010 at 3:43 PM, Skip Montanaro <s...@pobox.com> wrote:
> I have a GTK app which runs its matplotlib stuff in a separate
> thread.  If I call pylab.show() at the end of building the plot
> the first time it displays, then after that I have to destroy
> the window before it will think about plotting something else,
> and it never does (it pretends to - my log message tell me that
> it is).  If I call pylab.draw() no window is ever displayed.  My
> GUI is always active.

We do not support use of pylab or pyplot embedded in a GUI.  Rather,
you should embed matplotlib directly using the API.  See the
embedding_in_gtk* examples at

http://matplotlib.sourceforge.net/examples/user_interfaces/index.html

JDH

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to