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 3b7dc65

Browse filesBrowse files
Remove animated=True from animation docs
Fixes #12952
1 parent 2507f2c commit 3b7dc65
Copy full SHA for 3b7dc65

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎doc/api/animation_api.rst

Copy file name to clipboardExpand all lines: doc/api/animation_api.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ artist at a global scope and let Python sort things out. For example ::
105105

106106
fig, ax = plt.subplots()
107107
xdata, ydata = [], []
108-
ln, = plt.plot([], [], 'ro', animated=True)
108+
ln, = plt.plot([], [], 'ro')
109109

110110
def init():
111111
ax.set_xlim(0, 2*np.pi)

0 commit comments

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