Re: [Matplotlib-users] Animation with WX on OSX

2007-05-07 Thread Samuel M. Smith
> > 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 >

Re: [Matplotlib-users] Animation with WX on OSX

2007-05-07 Thread Christopher Barker
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 an

[Matplotlib-users] Animation with WX on OSX

2007-05-05 Thread Samuel M. Smith
Anyone able to "see" an animation using WXAgg 2.6 or otherwise on OS X 10.4 python 2.5 mpl 0.90.0 I can save figures and make a movie but nothing shows in the figure window until the animation is over. even the example anim.py has the same behavior. I have only been able to get it to work wit