Re: [Matplotlib-users] wx backup show figure (WAS: general matplotlib usage questions)

2008-11-20 Thread Robin
On Thu, Nov 20, 2008 at 8:14 PM, John Hunter <[EMAIL PROTECTED]> wrote: > > One more thought -- if you are in pylab mode (so "interactive" is > turned on) if you are making your draw calls through the api, as you > are in this example, you will need to call draw after the plot > commands, eg > > a

Re: [Matplotlib-users] wx backup show figure (WAS: general matplotlib usage questions)

2008-11-20 Thread John Hunter
On Thu, Nov 20, 2008 at 1:29 PM, Robin <[EMAIL PROTECTED]> wrote: > On Thu, Nov 20, 2008 at 5:22 PM, Christopher Barker >> try wxPython -- it's easy to install and works well. > > Thanks - it does seem nicer (doesn't have the mouse over resizing)... > > However I have one problem where a figure I c

Re: [Matplotlib-users] wx backup show figure (WAS: general matplotlib usage questions)

2008-11-20 Thread John Hunter
On Thu, Nov 20, 2008 at 1:29 PM, Robin <[EMAIL PROTECTED]> wrote: > On Thu, Nov 20, 2008 at 5:22 PM, Christopher Barker >> try wxPython -- it's easy to install and works well. > > Thanks - it does seem nicer (doesn't have the mouse over resizing)... > > However I have one problem where a figure I c

Re: [Matplotlib-users] wx backup show figure (WAS: general matplotlib usage questions)

2008-11-20 Thread Robin
On Thu, Nov 20, 2008 at 5:22 PM, Christopher Barker > try wxPython -- it's easy to install and works well. Thanks - it does seem nicer (doesn't have the mouse over resizing)... However I have one problem where a figure I create in a function doesn't show up: # this is how I create a figure in a f