8000
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 56007bd commit 0591589Copy full SHA for 0591589
lib/matplotlib/animation.py
@@ -1457,7 +1457,7 @@ 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 `Artist` objects that are made
+ Each list entry is a collection of `.Artist` objects that are made
1461
visible on the corresponding frame. Other artists are made invisible.
1462
interval : int, default: 200
1463
Delay between frames in milliseconds.
0 commit comments