[Matplotlib-users] blit animation with patches

2010-02-10 Thread John Jameson
Hi - I am wondering how to animate using blit and patches. The code below was modified from one of the examples. You will see that it shows (and moves) the rectangle just fine, but the circle never shows up. best, Jaron import gtk, gobject import matplotlib matplotlib.use('GTKAgg') #Agg

Re: [Matplotlib-users] blit animation with patches

2010-02-10 Thread John Hunter
On Wed, Feb 10, 2010 at 12:39 PM, John Jameson jjame...@altoresearch.com wrote: Hi - I am wondering how to animate using blit and patches. The code below was modified from one of the examples. You will see that it shows (and moves) the rectangle just fine, but the circle never shows up.