This is a wxPython question.. the wxPython group is pretty much
inactive.
I have an MDI parent frame and child frame set up. In the child frame,
I want to use part of the frame to display the output from a .py that
is mainly matplotlib (a graph) in a section of the frame. How can I
get it to automatically run that script and place the resultant graph
in a panel?
Thanks
inactive.
I have an MDI parent frame and child frame set up. In the child frame,
I want to use part of the frame to display the output from a .py that
is mainly matplotlib (a graph) in a section of the frame. How can I
get it to automatically run that script and place the resultant graph
in a panel?
Thanks
Comment