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.
1 parent 8c9d66a commit 9c9d78cCopy full SHA for 9c9d78c
examples/mplot3d/rotate_axes3d_sgskip.py
@@ -6,6 +6,9 @@
6
A very simple animation of a rotating 3D plot.
7
8
See wire3d_animation_demo for another simple example of animating a 3D plot.
9
+
10
+(This example is skipped when building the documentation gallery because it
11
+intentionally takes a long time to run)
12
'''
13
14
from mpl_toolkits.mplot3d import axes3d
examples/mplot3d/wire3d_animation.py renamed to examples/mplot3d/wire3d_animation_sgskip.py
@@ -4,6 +4,9 @@
4
==========================
5
A very simple 'animation' of a 3D plot. See also rotate_axes3d_demo.
"""
0 commit comments