Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 644aac6

Browse filesBrowse files
author
Alejandro Dubrovsky
committed
more FuncAnimation documentation tweaking
1 parent 11a0e6b commit 644aac6
Copy full SHA for 644aac6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,8 @@ class FuncAnimation(TimedAnimation):
954954
results of drawing from the first item in the frames sequence will be
955955
used. This function will be called once before the first frame.
956956
957-
If blit=True, *func* and *init_func* should return a list of drawables to
958-
clear.
957+
If blit=True, *func* and *init_func* should return an iterable of
958+
drawables to clear.
959959
'''
960960
def __init__(self, fig, func, frames=None, init_func=None, fargs=None,
961961
save_count=None, **kwargs):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.