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 5380151

Browse filesBrowse files
meeseeksmachinetimhoffm
authored andcommitted
Backport PR #12960: Remove animated=True from animation docs (#12965)
1 parent 4261e83 commit 5380151
Copy full SHA for 5380151

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
@@ -106,7 +106,7 @@ artist at a global scope and let Python sort things out. For example ::
106106

107107
fig, ax = plt.subplots()
108108
xdata, ydata = [], []
109-
ln, = plt.plot([], [], 'ro', animated=True)
109+
ln, = plt.plot([], [], 'ro')
110110

111111
def init():
112112
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.