Samuel M. Smith wrote:
> Anyone able to "see" an animation using WXAgg 2.6 or otherwise on OS X 
> 10.4 python 2.5 mpl 0.90.0

Please post a as-small-as-you-can-make-it sample, and I'll give it test 
here.

> I can save figures and make a movie but nothing shows in the figure 
> window until the animation is over.

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

> even the example anim.py has the same behavior. 

oops, I guess I can try that! Maybe I can get to it later today -- no 
time now!

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

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