@@ -36,41 +36,41 @@ Line plots
3636====================
3737.. automethod :: Axes3D.plot
3838
39- .. plot :: examples_gallery /mplot3d/plot_lines3d.py
39+ .. plot :: gallery /mplot3d/plot_lines3d.py
4040
4141.. _scatter3d :
4242
4343Scatter plots
4444=============
4545.. automethod :: Axes3D.scatter
4646
47- .. plot :: examples_gallery /mplot3d/plot_scatter3d.py
47+ .. plot :: gallery /mplot3d/plot_scatter3d.py
4848
4949.. _wireframe :
5050
5151Wireframe plots
5252===============
5353.. automethod :: Axes3D.plot_wireframe
5454
55- .. plot :: examples_gallery /mplot3d/plot_wire3d.py
55+ .. plot :: gallery /mplot3d/plot_wire3d.py
5656
5757.. _surface :
5858
5959Surface plots
6060=============
6161.. automethod :: Axes3D.plot_surface
6262
63- .. plot :: examples_gallery /mplot3d/plot_surface3d.py
64- .. plot :: examples_gallery /mplot3d/plot_surface3d_2.py
65- .. plot :: examples_gallery /mplot3d/plot_surface3d_3.py
63+ .. plot :: gallery /mplot3d/plot_surface3d.py
64+ .. plot :: gallery /mplot3d/plot_surface3d_2.py
65+ .. plot :: gallery /mplot3d/plot_surface3d_3.py
6666
6767.. _trisurface :
6868
6969Tri-Surface plots
7070=================
7171.. automethod :: Axes3D.plot_trisurf
7272
73- .. plot :: examples_gallery /mplot3d/plot_trisurf3d.py
73+ .. plot :: gallery /mplot3d/plot_trisurf3d.py
7474
7575
7676.. _contour3d :
@@ -79,18 +79,18 @@ Contour plots
7979=============
8080.. automethod :: Axes3D.contour
8181
82- .. plot :: examples_gallery /mplot3d/plot_contour3d.py
83- .. plot :: examples_gallery /mplot3d/plot_contour3d_2.py
84- .. plot :: examples_gallery /mplot3d/plot_contour3d_3.py
82+ .. plot :: gallery /mplot3d/plot_contour3d.py
83+ .. plot :: gallery /mplot3d/plot_contour3d_2.py
84+ .. plot :: gallery /mplot3d/plot_contour3d_3.py
8585
8686.. _contourf3d :
8787
8888Filled contour plots
8989====================
9090.. automethod :: Axes3D.contourf
9191
92- .. plot :: examples_gallery /mplot3d/plot_contourf3d.py
93- .. plot :: examples_gallery /mplot3d/plot_contourf3d_2.py
92+ .. plot :: gallery /mplot3d/plot_contourf3d.py
93+ .. plot :: gallery /mplot3d/plot_contourf3d_2.py
9494
9595.. versionadded :: 1.1.0
9696 The feature demoed in the second contourf3d example was enabled as a
@@ -102,37 +102,37 @@ Polygon plots
102102====================
103103.. automethod :: Axes3D.add_collection3d
104104
105- .. plot :: examples_gallery /mplot3d/plot_polys3d.py
105+ .. plot :: gallery /mplot3d/plot_polys3d.py
106106
107107.. _bar3d :
108108
109109Bar plots
110110====================
111111.. automethod :: Axes3D.bar
112112
113- .. plot :: examples_gallery /mplot3d/plot_bars3d.py
113+ .. plot :: gallery /mplot3d/plot_bars3d.py
114114
115115.. _quiver3d :
116116
117117Quiver
118118====================
119119.. automethod :: Axes3D.quiver
120120
121- .. plot :: examples_gallery /mplot3d/plot_quiver3d.py
121+ .. plot :: gallery /mplot3d/plot_quiver3d.py
122122
123123.. _2dcollections3d :
124124
1251252D plots in 3D
126126====================
127- .. plot :: examples_gallery /mplot3d/plot_2dcollections3d.py
127+ .. plot :: gallery /mplot3d/plot_2dcollections3d.py
128128
129129.. _text3d :
130130
131131Text
132132====================
133133.. automethod :: Axes3D.text
134134
135- .. plot :: examples_gallery /mplot3d/plot_text3d.py
135+ .. plot :: gallery /mplot3d/plot_text3d.py
136136
137137.. _3dsubplots :
138138
@@ -146,5 +146,5 @@ in the same figure.
146146 Subplotting 3D plots was added in v1.0.0. Earlier version can not
147147 do this.
148148
149- .. plot :: examples_gallery /mplot3d/plot_subplot3d.py
150- .. plot :: examples_gallery /mplot3d/plot_mixed_subplots.py
149+ .. plot :: gallery /mplot3d/plot_subplot3d.py
150+ .. plot :: gallery /mplot3d/plot_mixed_subplots.py
0 commit comments