Re: [Matplotlib-users] Problem with simple use of draw() in animations of arrays

2009-11-09 Thread David Sanders
On Mon, Nov 2, 2009 at 11:51 PM, Jae-Joon Lee wrote: > On Mon, Nov 2, 2009 at 10:52 PM, David Sanders > wrote: > > from pylab import * > > > > ion() > > > > N = 1000 > > pos = zeros((N,2)) > > > > figure(figsize=(8,8)) > > poi

[Matplotlib-users] Problem with simple use of draw() in animations of arrays

2009-11-02 Thread David Sanders
Hi, I have a problem with draw() to do simple animations of the contents of arrays in matplotlib. I was trying to use the idea in the animations cookbook ( http://www.scipy.org/Cookbook/Matplotlib/Animations) to animate some "random walkers", but found that the animation did not work. A minimal