Re: [Matplotlib-users] Problems plotting/closing figures within a thread

2008-10-06 Thread Gregor Thalhammer
jcarnes schrieb: I am writing a GUI application in wxPython and using MPL that plots figures, saves them to image files, and then closes them all from within a thread to keep the GUI responsive. Using the Enthought 2.3 install I would sporatically have crashes that were hard to reproduce, but

[Matplotlib-users] Problems plotting/closing figures within a thread

2008-10-05 Thread jcarnes
I am writing a GUI application in wxPython and using MPL that plots figures, saves them to image files, and then closes them all from within a thread to keep the GUI responsive. Using the Enthought 2.3 install I would sporatically have crashes that were hard to reproduce, but now that I've

Re: [Matplotlib-users] Problems plotting/closing figures within a thread

2008-10-05 Thread Vincent Favre-Nicolin
On dimanche 05 octobre 2008, jcarnes wrote: I am writing a GUI application in wxPython and using MPL that plots figures, saves them to image files, and then closes them all from within a thread to keep the GUI responsive. Normally only the main thread should alter the graphics - you'll have