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
>
>  ax.plot(something)
>  f.canvas.draw()

Right, that's it - with wx I need to use canvas.draw... I was aware of
the need to use something, but with Tk was previously using
figure.show (possibly incorrectly having read the documentation)-
which doesn't have any effect in the wx case.

Thanks very much to everyone for the prompt responses today!

Cheer

Robin

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to