[Matplotlib-users] figure in wxPython interface

2007-06-29 Thread Rein van den Boomgaard
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 m

[Matplotlib-users] figure in wxPython interface

2007-06-29 Thread Rein van den Boomgaard
correcting the previous post: the plot() works from the Shell, so the 'only' problem now is to force the plot in a pane and not in a frame... Rein - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the

[Matplotlib-users] figure in wxpython

2007-06-29 Thread Rein van den Boomgaard
> On 6/29/07, Rein van den Boomgaard <[EMAIL PROTECTED]> wrote: > > thanks for answering. I have seen the examples using the oo mpl api, > but > > i would like to use the pylab interface from the shell i'm using > (also > > in the wx GUI). I'm aiming a

Re: [Matplotlib-users] figure in wxpython

2007-06-29 Thread Rein van den Boomgaard
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

[Matplotlib-users] problems when zooming in to the pixel level

2007-07-06 Thread Rein van den Boomgaard
n the end, when viewing about 5x5 pixels or so it becomes too slow... Any ideas? I would love to use matplotlib (i really like it) but it seems to have performance problems when displaying images is your main concern. Regards Rein van den Boomgaard (if needed i could send a zip file with program