Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc2357 + 23582c3 commit 8d354fbCopy full SHA for 8d354fb
1 file changed
examples/mplot3d/wire3d_animation_demo.py
@@ -33,6 +33,6 @@ def generate(X, Y, phi):
33
if oldcol is not None:
34
ax.collections.remove(oldcol)
35
36
- plt.draw()
+ plt.pause(.001)
37
38
print ('FPS: %f' % (100 / (time.time() - tstart)))
0 commit comments