Speed of animation with matplotlib.animation

Peter Otten __peter__ at web.de
Tue Jun 19 04:57:12 EDT 2018


ast wrote:

> I noticed that the speed of animations made
> with module matplotlib.animation always seems
> wrong.

> dt = 0.1  # 100 ms
 
> interval : number, optional
> 
>      Delay between frames in milliseconds. Defaults to 200.
> 
> 
> What's wrong ?

>From the above I would conclude that you get a 100 ms delay with

dt = 100





More information about the Python-list mailing list