Skip to content

Commit e2f2a99

Browse files
committed
WIP: try to fix docs
1 parent faa21be commit e2f2a99

File tree

1 file changed

+104
-103
lines changed

1 file changed

+104
-103
lines changed

doc/api/toolkits/mplot3d/axes3d.rst

Lines changed: 104 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mpl\_toolkits.mplot3d.axes3d.Axes3D
1111
:show-inheritance:
1212

1313

14-
.. currentmodule:: mpl_toolkits.mplot3d.axes3d.Axes3D
14+
.. currentmodule:: mpl_toolkits.mplot3d.axes3d
1515

1616

1717
Plotting
@@ -22,26 +22,26 @@ Plotting
2222
:template: autosummary.rst
2323
:nosignatures:
2424

25-
plot
26-
scatter
27-
bar
28-
bar3d
25+
Axes3D.plot
26+
Axes3D.scatter
27+
Axes3D.bar
28+
Axes3D.bar3d
2929

30-
plot_surface
31-
plot_wireframe
32-
plot_trisurf
33-
fill_between
30+
Axes3D.plot_surface
31+
Axes3D.plot_wireframe
32+
Axes3D.plot_trisurf
33+
Axes3D.fill_between
3434

35-
clabel
36-
contour
37-
tricontour
38-
contourf
39-
tricontourf
35+
Axes3D.clabel
36+
Axes3D.contour
37+
Axes3D.tricontour
38+
Axes3D.contourf
39+
Axes3D.tricontourf
4040

41-
quiver
42-
voxels
43-
errorbar
44-
stem
41+
Axes3D.quiver
42+
Axes3D.voxels
43+
Axes3D.errorbar
44+
Axes3D.stem
4545

4646

4747
Text and annotations
@@ -52,8 +52,8 @@ Text and annotations
5252
:template: autosummary.rst
5353
:nosignatures:
5454

55-
text
56-
text2D
55+
Axes3D.text
56+
Axes3D.text2D
5757

5858

5959
Clearing
@@ -64,7 +64,7 @@ Clearing
6464
:template: autosummary.rst
6565
:nosignatures:
6666

67-
clear
67+
Axes3D.clear
6868

6969

7070
Appearance
@@ -75,9 +75,9 @@ Appearance
7575
:template: autosummary.rst
7676
:nosignatures:
7777

78-
set_axis_off
79-
set_axis_on
80-
grid
78+
Axes3D.set_axis_off
79+
Axes3D.set_axis_on
80+
Axes3D.grid
8181

8282

8383
Axis
@@ -91,32 +91,32 @@ Axis limits and direction
9191
:template: autosummary.rst
9292
:nosignatures:
9393

94-
get_zaxis
95-
get_xlim
96-
set_xlim
97-
get_ylim
98-
set_ylim
99-
get_zlim
100-
set_zlim
101-
get_w_lims
102-
get_xinverted
103-
set_xinverted
104-
invert_xaxis
105-
xaxis_inverted
106-
get_yinverted
107-
set_yinverted
108-
invert_yaxis
109-
yaxis_inverted
110-
get_zinverted
111-
set_zinverted
112-
invert_zaxis
113-
zaxis_inverted
114-
get_xbound
115-
set_xbound
116-
get_ybound
117-
set_ybound
118-
get_zbound
119-
set_zbound
94+
Axes3D.get_zaxis
95+
Axes3D.get_xlim
96+
Axes3D.set_xlim
97+
Axes3D.get_ylim
98+
Axes3D.set_ylim
99+
Axes3D.get_zlim
100+
Axes3D.set_zlim
101+
Axes3D.get_w_lims
102+
Axes3D.get_xinverted
103+
Axes3D.set_xinverted
104+
Axes3D.invert_xaxis
105+
Axes3D.xaxis_inverted
106+
Axes3D.get_yinverted
107+
Axes3D.set_yinverted
108+
Axes3D.invert_yaxis
109+
Axes3D.yaxis_inverted
110+
Axes3D.get_zinverted
111+
Axes3D.set_zinverted
112+
Axes3D.invert_zaxis
113+
Axes3D.zaxis_inverted
114+
Axes3D.get_xbound
115+
Axes3D.set_xbound
116+
Axes3D.get_ybound
117+
Axes3D.set_ybound
118+
Axes3D.get_zbound
119+
Axes3D.set_zbound
120120

121121

122122
Axis labels and title
@@ -127,9 +127,9 @@ Axis labels and title
127127
:template: autosummary.rst
128128
:nosignatures:
129129

130-
set_zlabel
131-
get_zlabel
132-
set_title
130+
Axes3D.set_zlabel
131+
Axes3D.get_zlabel
132+
Axes3D.set_title
133133

134134

135135
Axis scales
@@ -140,10 +140,10 @@ Axis scales
140140
:template: autosummary.rst
141141
:nosignatures:
142142

143-
set_xscale
144-
set_yscale
145-
set_zscale
146-
get_zscale
143+
Axes3D.set_xscale
144+
Axes3D.set_yscale
145+
Axes3D.set_zscale
146+
Axes3D.get_zscale
147147

148148

149149
Autoscaling and margins
@@ -154,14 +154,14 @@ Autoscaling and margins
154154
:template: autosummary.rst
155155
:nosignatures:
156156

157-
get_zmargin
158-
set_zmargin
159-
margins
160-
autoscale
161-
autoscale_view
162-
set_autoscalez_on
163-
get_autoscalez_on
164-
auto_scale_xyz
157+
Axes3D.get_zmargin
158+
Axes3D.set_zmargin
159+
Axes3D.margins
160+
Axes3D.autoscale
161+
Axes3D.autoscale_view
162+
Axes3D.set_autoscalez_on
163+
Axes3D.get_autoscalez_on
164+
Axes3D.auto_scale_xyz
165165

166166

167167
Aspect ratio
@@ -172,9 +172,9 @@ Aspect ratio
172172
:template: autosummary.rst
173173
:nosignatures:
174174

175-
set_aspect
176-
set_box_aspect
177-
apply_aspect
175+
Axes3D.set_aspect
176+
Axes3D.set_box_aspect
177+
Axes3D.apply_aspect
178178

179179

180180
Ticks
@@ -185,15 +185,15 @@ Ticks
185185
:template: autosummary.rst
186186
:nosignatures:
187187

188-
tick_params
189-
set_zticks
190-
get_zticks
191-
set_zticklabels
192-
get_zticklines
193-
get_zgridlines
194-
get_zminorticklabels
195-
get_zmajorticklabels
196-
zaxis_date
188+
Axes3D.tick_params
189+
Axes3D.set_zticks
190+
Axes3D.get_zticks
191+
Axes3D.set_zticklabels
192+
Axes3D.get_zticklines
193+
Axes3D.get_zgridlines
194+
Axes3D.get_zminorticklabels
195+
Axes3D.get_zmajorticklabels
196+
Axes3D.zaxis_date
197197

198198

199199
Units
@@ -204,7 +204,7 @@ Units
204204
:template: autosummary.rst
205205
:nosignatures:
206206

207-
convert_zunits
207+
Axes3D.convert_zunits
208208

209209

210210
Adding artists
@@ -215,7 +215,7 @@ Adding artists
215215
:template: autosummary.rst
216216
:nosignatures:
217217

218-
add_collection3d
218+
Axes3D.add_collection3d
219219

220220

221221
Sharing
@@ -226,8 +226,8 @@ Sharing
226226
:template: autosummary.rst
227227
:nosignatures:
228228

229-
sharez
230-
shareview
229+
Axes3D.sharez
230+
Axes3D.shareview
231231

232232

233233
Interactive
@@ -238,15 +238,16 @@ Interactive
238238
:template: autosummary.rst
239239
:nosignatures:
240240

241-
can_zoom
242-
can_pan
243-
disable_mouse_rotation
244-
mouse_init
245-
drag_pan
246-
format_zdata
247-
format_coord
241+
Axes3D.can_zoom
242+
Axes3D.can_pan
243+
Axes3D.disable_mouse_rotation
244+
Axes3D.mouse_init
245+
Axes3D.drag_pan
246+
247+
Axes3D.fmt_zdata
248+
Axes3D.format_zdata
249+
Axes3D.format_coord
248250

249-
fmt_zdata
250251

251252

252253
Projection and perspective
@@ -257,10 +258,10 @@ Projection and perspective
257258
:template: autosummary.rst
258259
:nosignatures:
259260

260-
view_init
261-
set_proj_type
262-
get_proj
263-
set_top_view
261+
Axes3D.view_init
262+
Axes3D.set_proj_type
263+
Axes3D.get_proj
264+
Axes3D.set_top_view
264265

265266

266267
Drawing
@@ -271,8 +272,8 @@ Drawing
271272
:template: autosummary.rst
272273
:nosignatures:
273274

274-
draw
275-
get_tightbbox
275+
Axes3D.draw
276+
Axes3D.get_tightbbox
276277

277278

278279
Aliases and deprecated methods
@@ -283,9 +284,9 @@ Aliases and deprecated methods
283284
:template: autosummary.rst
284285
:nosignatures:
285286

286-
set_zlim3d
287-
stem3D
288-
text3D
287+
Axes3D.set_zlim3d
288+
Axes3D.stem3D
289+
Axes3D.text3D
289290

290291

291292
Other
@@ -296,10 +297,10 @@ Other
296297
:template: autosummary.rst
297298
:nosignatures:
298299

299-
get_axis_position
300-
add_contour_set
301-
add_contourf_set
302-
update_datalim
300+
Axes3D.get_axis_position
301+
Axes3D.add_contour_set
302+
Axes3D.add_contourf_set
303+
Axes3D.update_datalim
303304

304305

305306
.. currentmodule:: mpl_toolkits.mplot3d
@@ -312,7 +313,7 @@ Sample 3D data
312313
:template: autosummary.rst
313314
:nosignatures:
314315

315-
axes3d.get_test_data
316+
mpl_toolkits.mplot3d.axes3d.get_test_data
316317

317318

318319
.. minigallery:: mpl_toolkits.mplot3d.axes3d.Axes3D

0 commit comments

Comments
 (0)