On 6/29/07, Matt Newville <[EMAIL PROTECTED]> wrote:
> I don't think you need to change the wx backend to make a MPL plot
> appear in a dockable pane.You can definitely create a wx.Panel and
> put a MPL Figure in it such as (untested code):
But he wants to use pylab in a shell in his wx envir
Thanks!
does this also allows the use of the pylab interface? I would like to
use pylab from the command line (in a pycrust shell that i can embed in
a dockable window) and let the figures pop-up in a dockable window too.
But still from the command line use the same commands as i would for
pylab f
On 6/29/07, Rein van den Boomgaard <[EMAIL PROTECTED]> wrote:
> OK that is the file that i looked into already. Is the backend
> functionality i need really concentrated in only these files?
> (amazing..)
pretty much - - there is a pretty tight segregation between the figure
and the gui.
> BTW i