8000 updated interval cause 10 is too fast · matplotlib/matplotlib@8112d55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8112d55

Browse files
committed
updated interval cause 10 is too fast
1 parent 001ece8 commit 8112d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/animate_decay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ def run(data):
5050

5151
return line,
5252

53-
ani = animation.FuncAnimation(fig, run, data_gen, interval=10, init_func=init)
53+
ani = animation.FuncAnimation(fig, run, data_gen, interval=100, init_func=init)
5454
plt.show()

0 commit comments

Comments
 (0)
0