Skip to content

Commit 5380151

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/animation_api.rst

Lines 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)