>
> I'm not too surprised. OS-X double buffers behind the scenes, and I
> think it waits until it thinks there is good reason to before it  
> updates
> the screen. You need to force it in your code quite explicitly in a  
> way
> you don't on other platforms. You might try adding a Refresh() and
> Update() call to the relevant wx.Window. Or maybe you need to do a
> wx.App.Yield()

I am not sure how I do that from matplotlib running in ipython
How do you get a handle to wx.Window and wx.App.Yield from MPL?
I do animations by calling MPL functions inside ipython --pylab.
Do you approach animations in a completely different way?


Sam


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to