8000 Merge pull request #2619 from tacaswell/issue_1451 · matplotlib/matplotlib@8d354fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d354fb

Browse files
committed
Merge pull request #2619 from tacaswell/issue_1451
slight tweak to mpl_example
2 parents 5bc2357 + 23582c3 commit 8d354fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mplot3d/wire3d_animation_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ def generate(X, Y, phi):
3333
if oldcol is not None:
3434
ax.collections.remove(oldcol)
3535

36-
plt.draw()
36+
plt.pause(.001)
3737

3838
print ('FPS: %f' % (100 / (time.time() - tstart)))

0 commit comments

Comments
 (0)
0