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 0aa7a24

Browse filesBrowse 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
Copy full SHA for 0aa7a24

File tree

Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed

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

Copy file name to clipboardExpand all lines: examples/mplot3d/rotate_axes3d_sgskip.py
+3Lines 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

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