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
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
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
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