[matplotlib-devel] Blitting for animations

2010-10-15 Thread Michiel de Hoon
Hello, Recently I tried to get animations to work for the Mac OS X backend with the new timer framework by implementing a TimerMac class that inherits from backend_bases.TimerBase. This seems to work fine; the code is uploaded to SVN if you'd like to try it. I am not sure what to do about blit

Re: [matplotlib-devel] Blitting for animations

2010-10-15 Thread Eric Firing
On 10/15/2010 04:37 PM, Michiel de Hoon wrote: > Hello, > > Recently I tried to get animations to work for the Mac OS X backend with the > new timer framework by implementing a TimerMac class that inherits from > backend_bases.TimerBase. This seems to work fine; the code is uploaded to SVN > if