From: Rein v. d. B. <re...@sc...> - 2007-06-29 12:55:06
|
Dear All, Let me explain what i have in mind: - wx widgets AUI interface with dockable panes + editor pane (OK) + (pycrust) shell pane (mostly OK) + figure panes The last one is the important one now. I would like the figure command in matplotlib/pylab to use a pane in my GUI instead of a frame. I've seen the embed-in-wx-example but it seems you then lose the convenient pylab interface for plotting. >From the Shell from pycrust i can import pylab and do anything except showing the plot. The figure window shows up with a show() (after a plot()) but then it draws nothing. Can anyone tell me what is going wrong and how i could solve the problem. Regards Rein |