Re: [Matplotlib-users] Using plt.pcolormesh with FuncAnimation

2011-12-05 Thread Manuel Jung
Hi, You are right. I have tried set_array before, but forgot to mention it. I have retried now and got it working. Like you said one has to ravel() the array and use this with QuadMeshs set_array function. Thanks. Manuel 2011/12/4 Tony Yu : > > > On Sun, Dec 4, 2011 at 9:59 AM, Ma

[Matplotlib-users] Using plt.pcolormesh with FuncAnimation

2011-12-04 Thread Manuel Jung
es of plt.colormesh? I know i could use a ArtistAnimation like in http://matplotlib.sourceforge.net/examples/animation/dynamic_image2.html but i don't want to cache so many images. Thanks! Manuel Jung -- All the data co