8000 DOC: animation faster · matplotlib/matplotlib@ba51c88 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba51c88

Browse files
committed
DOC: animation faster
1 parent 9a0b72a commit ba51c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/animation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def update(frame):
112112
return (scat,)
113113

114114

115-
ani = animation.FuncAnimation(fig=fig, func=update, frames=400, interval=30)
115+
ani = animation.FuncAnimation(fig=fig, func=update, frames=40, interval=300)
116116
plt.show()
117117

118118

0 commit comments

Comments
 (0)
0