Skip to content

Commit 29fef40

Browse files
committed
DOC: animation faster
1 parent bff0f32 commit 29fef40

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)