Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7ae157

Browse files
authored
Merge pull request #18384 from dstansby/artan-doc
Clarification in ArtistAnimation docstring
2 parents d3eaffd + 0591589 commit f7ae157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/animation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,8 +1457,8 @@ class ArtistAnimation(TimedAnimation):
14571457
fig : `~matplotlib.figure.Figure`
14581458
The figure object used to get needed events, such as draw or resize.
14591459
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.
1460+
Each list entry is a collection of `.Artist` objects that are made
1461+
visible on the corresponding frame. Other artists are made invisible.
14621462
interval : int, default: 200
14631463
Delay between frames in milliseconds.
14641464
repeat_delay : int, default: 0

0 commit comments

Comments
 (0)