Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d354fb

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/mplot3d/wire3d_animation_demo.py

Copy file name to clipboardExpand all lines: examples/mplot3d/wire3d_animation_demo.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.