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

Skip to content

Commit 6962dee

Browse files
committed
BUG: Fix error in ArtistAnimation docstring (Fixes #6964)
The parameter is artists, not frame_info.
1 parent 51f09dd commit 6962dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ class ArtistAnimation(TimedAnimation):
11841184
Before calling this function, all plotting should have taken place
11851185
and the relevant artists saved.
11861186
1187-
frame_info is a list, with each list entry a collection of artists that
1187+
*artists* is a list, with each list entry a collection of artists that
11881188
represent what needs to be enabled on each frame. These will be disabled
11891189
for other frames.
11901190
'''

0 commit comments

Comments
 (0)