Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0aa7a24

Browse files
authored
Merge pull request #11512 from dstansby/disable-rotate
BLD/DOC: Skip 3D rotation example in sphinx gallery
2 parents 55a9eb4 + 9c9d78c commit 0aa7a24

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/mplot3d/rotate_axes3d.py renamed to examples/mplot3d/rotate_axes3d_sgskip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
A very simple animation of a rotating 3D plot.
77
88
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)
912
'''
1013

1114
from mpl_toolkits.mplot3d import axes3d

examples/mplot3d/wire3d_animation.py renamed to examples/mplot3d/wire3d_animation_sgskip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
==========================
55
66
A very simple 'animation' of a 3D plot. See also rotate_axes3d_demo.
7+
8+
(This example is skipped when building the documentation gallery because it
9+
intentionally takes a long time to run)
710
"""
811

912

0 commit comments

Comments
 (0)