Why Is My Wx.app Interfering With My Matplotlib Plots?
I am trying to build a GUI with wxPython to control a pretty stable, well-established model. The standard output of the model includes a series of plots to screen done via matplot
Solution 1:
Here is a link to a site that has some demo code of using matplotlib with wxPython GUIs. eli.thegreenplace.net/2008/08/01/matplotlib-with-wxpython-guis
Also this - matplotlib.org/faq/usage_faq.html talks about changing the backend.
And i found a package on pypi pypi.python.org/pypi/wxmplot/0.9.12
Post a Comment for "Why Is My Wx.app Interfering With My Matplotlib Plots?"