Jon Roadley-Battin wrote: > The problem I have with with the non-GUI thread calling the "plot" > function.
That's your problem -- you should only call the GUI code (including matplotlib, which eventually calls GTK) from a single thread. I suggest looking at the Queue module to pass your data to the GUI thread if it's not too much. If it's more, you could use threading.Lock() to regulate access to a giant array or something. -Andrew ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users