Re: [Matplotlib-users] FuncAnimation documentation problem

2014-03-06 Thread Ryan May
On Sat, Feb 8, 2014 at 10:48 AM, Alan G Isaac wrote: > The documentation for FuncAnimation says > > http://matplotlib.org/api/animation_api.html#matplotlib.animation.FuncAnimation > > Makes an animation by repeatedly calling a function func, > passing in (optional) arguments in fargs. >

[Matplotlib-users] FuncAnimation documentation problem

2014-02-08 Thread Alan G Isaac
The documentation for FuncAnimation says http://matplotlib.org/api/animation_api.html#matplotlib.animation.FuncAnimation Makes an animation by repeatedly calling a function func, passing in (optional) arguments in fargs. frames can be a generator, an iterable, or a number of frames