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 36dd5b6

Browse filesBrowse files
authored
Merge pull request #20393 from anntzer/uc
Remove non-informative figure captions.
2 parents 9c530bc + 8d86e17 commit 36dd5b6
Copy full SHA for 36dd5b6

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+0
-65
lines changed

‎tutorials/toolkits/axisartist.py

Copy file name to clipboardExpand all lines: tutorials/toolkits/axisartist.py
-26Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
:align: center
2323
:scale: 50
2424
25-
Demo Floating Axis
26-
2725
Since it uses special artists, some Matplotlib commands that work on
2826
Axes.xaxis and Axes.yaxis may not work.
2927
@@ -70,8 +68,6 @@
7068
:align: center
7169
:scale: 50
7270
73-
Simple Axisline3
74-
7571
It is also possible to add a horizontal axis. For example, you may have an
7672
horizontal axis at y=0 (in data coordinate). ::
7773
@@ -82,8 +78,6 @@
8278
:align: center
8379
:scale: 50
8480
85-
Simple Axisartist1
86-
8781
Or a fixed axis with some offset ::
8882
8983
# make new (right-side) yaxis, but with some offset
@@ -108,8 +102,6 @@
108102
:align: center
109103
:scale: 50
110104
111-
Demo Parasite Axes2
112-
113105
Curvilinear Grid
114106
----------------
115107
@@ -121,8 +113,6 @@
121113
:align: center
122114
:scale: 50
123115
124-
Demo CurveLinear Grid
125-
126116
Floating Axes
127117
-------------
128118
@@ -134,8 +124,6 @@
134124
:align: center
135125
:scale: 50
136126
137-
Demo Floating Axes
138-
139127
axisartist namespace
140128
====================
141129
@@ -169,8 +157,6 @@
169157
:align: center
170158
:scale: 50
171159
172-
Demo Floating Axis
173-
174160
*mpl_toolkits.axisartist.Axes* class defines a *axis* attribute, which
175161
is a dictionary of AxisArtist instances. By default, the dictionary
176162
has 4 AxisArtist instances, responsible for drawing of left, right,
@@ -333,8 +319,6 @@
333319
:align: center
334320
:scale: 50
335321
336-
Simple Axis Direction01
337-
338322
The parameter for set_axis_direction is one of ["left", "right",
339323
"bottom", "top"].
340324
@@ -387,8 +371,6 @@
387371
:align: center
388372
:scale: 50
389373
390-
Demo Axis Direction
391-
392374
The axis_direction can be adjusted in the AxisArtist level, or in the
393375
level of its child artists, i.e., ticks, ticklabels, and axis-label. ::
394376
@@ -421,8 +403,6 @@
421403
:align: center
422404
:scale: 50
423405
424-
Simple Axis Direction03
425-
426406
So, in summary,
427407
428408
* AxisArtist's methods
@@ -459,8 +439,6 @@
459439
:align: center
460440
:scale: 50
461441
462-
Demo Ticklabel Alignment
463-
464442
Adjusting pad
465443
-------------
466444
@@ -477,8 +455,6 @@
477455
:align: center
478456
:scale: 50
479457
480-
Simple Axis Pad
481-
482458
GridHelper
483459
==========
484460
@@ -566,8 +542,6 @@ def inv_tr(x, y):
566542
:align: center
567543
:scale: 50
568544
569-
Demo CurveLinear Grid
570-
571545
FloatingAxis
572546
============
573547

‎tutorials/toolkits/mplot3d.py

Copy file name to clipboardExpand all lines: tutorials/toolkits/mplot3d.py
-39Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
:align: center
4545
:scale: 50
4646
47-
Lines3d
48-
4947
.. _scatter3d:
5048
5149
Scatter plots
@@ -57,8 +55,6 @@
5755
:align: center
5856
:scale: 50
5957
60-
Scatter3d
61-
6258
.. _wireframe:
6359
6460
Wireframe plots
@@ -70,8 +66,6 @@
7066
:align: center
7167
:scale: 50
7268
73-
Wire3d
74-
7569
.. _surface:
7670
7771
Surface plots
@@ -83,12 +77,6 @@
8377
:align: center
8478
:scale: 50
8579
86-
Surface3d
87-
88-
Surface3d 2
89-
90-
Surface3d 3
91-
9280
.. _trisurface:
9381
9482
Tri-Surface plots
@@ -100,9 +88,6 @@
10088
:align: center
10189
:scale: 50
10290
103-
Trisurf3d
104-
105-
10691
.. _contour3d:
10792
10893
Contour plots
@@ -114,12 +99,6 @@
11499
:align: center
115100
:scale: 50
116101
117-
Contour3d
118-
119-
Contour3d 2
120-
121-
Contour3d 3
122-
123102
.. _contourf3d:
124103
125104
Filled contour plots
@@ -131,10 +110,6 @@
131110
:align: center
132111
:scale: 50
133112
134-
Contourf3d
135-
136-
Contourf3d 2
137-
138113
.. versionadded:: 1.1.0
139114
The feature demoed in the second contourf3d example was enabled as a
140115
result of a bugfix for version 1.1.0.
@@ -150,8 +125,6 @@
150125
:align: center
151126
:scale: 50
152127
153-
Polys3d
154-
155128
.. _bar3d:
156129
157130
Bar plots
@@ -163,8 +136,6 @@
163136
:align: center
164137
:scale: 50
165138
166-
Bars3d
167-
168139
.. _quiver3d:
169140
170141
Quiver
@@ -176,8 +147,6 @@
176147
:align: center
177148
:scale: 50
178149
179-
Quiver3d
180-
181150
.. _2dcollections3d:
182151
183152
2D plots in 3D
@@ -187,8 +156,6 @@
187156
:align: center
188157
:scale: 50
189158
190-
2dcollections3d
191-
192159
.. _text3d:
193160
194161
Text
@@ -200,8 +167,6 @@
200167
:align: center
201168
:scale: 50
202169
203-
Text3d
204-
205170
.. _3dsubplots:
206171
207172
Subplotting
@@ -218,8 +183,4 @@
218183
:target: ../../gallery/mplot3d/subplot3d.html
219184
:align: center
220185
:scale: 50
221-
222-
Subplot3d
223-
224-
Mixed Subplots
225186
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.