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.
1 parent 2855691 commit 56007bdCopy full SHA for 56007bd
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