[Matplotlib-users] wx apps and matplotlib plots, are they friends?

2007-06-22 Thread Paul Smith
I've converted an analysis program that does some plotting to use the matplotlib API, then wrote a GUI control program using wxWidgets to call it. I've tried to keep the two parts as separate as possible so there is an analysis class that is instantiated in the GUI part, and then the GUI part just

Re: [Matplotlib-users] wx apps and matplotlib plots, are they friends?

2007-06-22 Thread Werner F. Bruhin
Hi Paul, Paul Smith wrote: I’ve converted an analysis program that does some plotting to use the matplotlib API, then wrote a GUI control program using wxWidgets to call it. I’ve tried to keep the two parts as separate as possible so there is an analysis class that is instantiated in the

Re: [Matplotlib-users] wx apps and matplotlib plots, are they friends?

2007-06-22 Thread Ryan Krauss
I would also highly recommend Ken McIvor's wxmpl: http://agni.phys.iit.edu/~kmcivor/wxmpl/ It makes wxPython and mpl play very nicely together. I have been involved in several threads recently about how no to import pylab in data analysis libraries and when embedding in gui's. You may find this