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.
plt.draw()
1 parent 5bc2357 commit 23582c3Copy full SHA for 23582c3
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