I am using wxPython and matplotlib to create a splitter window that supports commands on one window and plots data on the other. How do I get plt.plot() to attach the plot on the plotting window?
I get a popup window when I run plt.plot() and it does not accept a parent window as an argument. I need to use plt.plot() instead of the backend modules such as wxAgg because it already has the zoom and save file features and the code looks much simpler.