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


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to