Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3eaffd + 0591589 commit f7ae157Copy full SHA for f7ae157
lib/matplotlib/animation.py
@@ -1457,8 +1457,8 @@ class ArtistAnimation(TimedAnimation):
1457
fig : `~matplotlib.figure.Figure`
1458
The figure object used to get needed events, such as draw or resize.
1459
artists : list
1460
- Each list entry is a collection of artists that are made visible on
1461
- the corresponding frame. Other artists are made invisible.
+ Each list entry is a collection of `.Artist` objects that are made
+ visible on the corresponding frame. Other artists are made invisible.
1462
interval : int, default: 200
1463
Delay between frames in milliseconds.
1464
repeat_delay : int, default: 0
0 commit comments