@@ -36,41 +36,68 @@ Line plots
3636====================
3737.. automethod :: Axes3D.plot
3838
39- .. plot :: gallery/mplot3d/lines3d.py
39+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_lines3d_001.png
40+ :target: ../../gallery/mplot3d/lines3d.html
41+ :align: center
42+ :scale: 50
43+
44+ Lines3d
4045
4146.. _scatter3d :
4247
4348Scatter plots
4449=============
4550.. automethod :: Axes3D.scatter
4651
47- .. plot :: gallery/mplot3d/scatter3d.py
52+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_scatter3d_001.png
53+ :target: ../../gallery/mplot3d/scatter3d.html
54+ :align: center
55+ :scale: 50
56+
57+ Scatter3d
4858
4959.. _wireframe :
5060
5161Wireframe plots
5262===============
5363.. automethod :: Axes3D.plot_wireframe
5464
55- .. plot :: gallery/mplot3d/wire3d.py
65+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_wire3d_001.png
66+ :target: ../../gallery/mplot3d/wire3d.html
67+ :align: center
68+ :scale: 50
69+
70+ Wire3d
5671
5772.. _surface :
5873
5974Surface plots
6075=============
6176.. automethod :: Axes3D.plot_surface
6277
63- .. plot :: gallery/mplot3d/surface3d.py
64- .. plot :: gallery/mplot3d/surface3d_2.py
65- .. plot :: gallery/mplot3d/surface3d_3.py
78+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_surface3d_001.png
79+ :target: ../../gallery/mplot3d/surface3d.html
80+ :align: center
81+ :scale: 50
82+
83+ Surface3d
84+
85+ Surface3d 2
86+
87+ Surface3d 3
6688
6789.. _trisurface :
6890
6991Tri-Surface plots
7092=================
7193.. automethod :: Axes3D.plot_trisurf
7294
73- .. plot :: gallery/mplot3d/trisurf3d.py
95+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_trisurf3d_001.png
96+ :target: ../../gallery/mplot3d/trisurf3d.html
97+ :align: center
98+ :scale: 50
99+
100+ Trisurf3d
74101
75102
76103.. _contour3d :
@@ -79,18 +106,31 @@ Contour plots
79106=============
80107.. automethod :: Axes3D.contour
81108
82- .. plot :: gallery/mplot3d/contour3d.py
83- .. plot :: gallery/mplot3d/contour3d_2.py
84- .. plot :: gallery/mplot3d/contour3d_3.py
109+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_contour3d_001.png
110+ :target: ../../gallery/mplot3d/contour3d.html
111+ :align: center
112+ :scale: 50
113+
114+ Contour3d
115+
116+ Contour3d 2
117+
118+ Contour3d 3
85119
86120.. _contourf3d :
87121
88122Filled contour plots
89123====================
90124.. automethod :: Axes3D.contourf
91125
92- .. plot :: gallery/mplot3d/contourf3d.py
93- .. plot :: gallery/mplot3d/contourf3d_2.py
126+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_contourf3d_001.png
127+ :target: ../../gallery/mplot3d/contourf3d.html
128+ :align: center
129+ :scale: 50
130+
131+ Contourf3d
132+
133+ Contourf3d 2
94134
95135.. versionadded :: 1.1.0
96136 The feature demoed in the second contourf3d example was enabled as a
@@ -102,37 +142,62 @@ Polygon plots
102142====================
103143.. automethod :: Axes3D.add_collection3d
104144
105- .. plot :: gallery/mplot3d/polys3d.py
145+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_polys3d_001.png
146+ :target: ../../gallery/mplot3d/polys3d.html
147+ :align: center
148+ :scale: 50
149+
150+ Polys3d
106151
107152.. _bar3d :
108153
109154Bar plots
110155====================
111156.. automethod :: Axes3D.bar
112157
113- .. plot :: gallery/mplot3d/bars3d.py
158+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_bars3d_001.png
159+ :target: ../../gallery/mplot3d/bars3d.html
160+ :align: center
161+ :scale: 50
162+
163+ Bars3d
114164
115165.. _quiver3d :
116166
117167Quiver
118168====================
119169.. automethod :: Axes3D.quiver
120170
121- .. plot :: gallery/mplot3d/quiver3d.py
171+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_quiver3d_001.png
172+ :target: ../../gallery/mplot3d/quiver3d.html
173+ :align: center
174+ :scale: 50
175+
176+ Quiver3d
122177
123178.. _2dcollections3d :
124179
1251802D plots in 3D
126181====================
127- .. plot :: gallery/mplot3d/2dcollections3d.py
182+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_2dcollections3d_001.png
183+ :target: ../../gallery/mplot3d/2dcollections3d.html
184+ :align: center
185+ :scale: 50
186+
187+ 2dcollections3d
128188
129189.. _text3d :
130190
131191Text
132192====================
133193.. automethod :: Axes3D.text
134194
135- .. plot :: gallery/mplot3d/text3d.py
195+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_text3d_001.png
196+ :target: ../../gallery/mplot3d/text3d.html
197+ :align: center
198+ :scale: 50
199+
200+ Text3d
136201
137202.. _3dsubplots :
138203
@@ -146,5 +211,31 @@ in the same figure.
146211 Subplotting 3D plots was added in v1.0.0. Earlier version can not
147212 do this.
148213
149- .. plot :: gallery/mplot3d/subplot3d.py
150- .. plot :: gallery/mplot3d/mixed_subplots.py
214+ .. figure :: ../../gallery/mplot3d/images/sphx_glr_subplot3d_001.png
215+ :target: ../../gallery/mplot3d/subplot3d.html
216+ :align: center
217+ :scale: 50
218+
219+ Subplot3d
220+
221+ Mixed Subplots
222+
223+
224+
225+
226+
227+
228+
229+
230+
231+
232+
233+
234+
235+
236+
237+
238+
239+
240+
241+
0 commit comments