|
From: John H. <jd...@gm...> - 2008-10-23 16:00:09
|
On Thu, Oct 23, 2008 at 10:30 AM, Tony S Yu <to...@mi...> wrote: > The GUI neutral animation example from the SciPy cookbook doesn't seem > to work for Wx or WxAgg backends. A plot window opens but nothing > happens. It appears to be some weird problem with ion on wx. > GUI neutral animation is not supported or recommended. I need to update the cookbook, but if you want to do it that would be great as I am short on time until next week. The examples in examples/animation are the recommended way: http://matplotlib.sourceforge.net/examples/user_interfaces/index.html I have spent some time working on abstracting the necessary parts, eg the idle handler, but have not completed this across interfaces. JDH |