Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b045455

Browse files
committed
Update doc references
1 parent 218e358 commit b045455

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

doc/faq/howto_faq.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ specify the location explicitly::
191191
ax = fig.add_axes([left, bottom, width, height])
192192

193193
where all values are in fractional (0 to 1) coordinates. See
194-
:ref:`sphx_glr_gallery_pylab_examples_axes_demo.py` for an example of placing axes manually.
194+
:ref:`sphx_glr_gallery_subplots_axes_and_figures_axes_demo.py` for an example of placing axes manually.
195195

196196
.. _howto-auto-adjust:
197197

@@ -359,7 +359,7 @@ some ratio which controls the ratio::
359359

360360
.. htmlonly::
361361

362-
See :ref:`sphx_glr_gallery_pylab_examples_axis_equal_demo.py` for a
362+
See :ref:`sphx_glr_gallery_subplots_axes_and_figures_axis_equal_demo.py` for a
363363
complete example.
364364

365365
.. _howto-twoscale:
@@ -755,4 +755,3 @@ reference page <http://dx.doi.org/10.1109/MCSE.2007.55>`_)::
755755
development, interactive scripting, and publication-quality image
756756
generation across user interfaces and operating systems.},
757757
Bdsk-Url-1 = {http://gateway.isiknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcAuth=Alerting&SrcApp=Alerting&DestApp=WOS&DestLinkType=FullRecord;KeyUT=000245668100019}}
758-

examples/recipes/fill_between_alpha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@
133133
# vertical spans of an axes -- for that matplotlib has some helper
134134
# functions :meth:`~matplotlib.axes.Axes.axhspan` and
135135
# :meth:`~matplotlib.axes.Axes.axvspan` and example
136-
# :ref:`sphx_glr_gallery_pylab_examples_axhspan_demo.py`.
136+
# :ref:`sphx_glr_gallery_subplots_axes_and_figures_axhspan_demo.py`.

tutorials/01_introductory/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def f(t):
277277
# rectangular grid, use the :func:`~matplotlib.pyplot.axes` command,
278278
# which allows you to specify the location as ``axes([left, bottom,
279279
# width, height])`` where all values are in fractional (0 to 1)
280-
# coordinates. See :ref:`sphx_glr_gallery_pylab_examples_axes_demo.py` for an example of
280+
# coordinates. See :ref:`sphx_glr_gallery_subplots_axes_and_figures_axes_demo.py` for an example of
281281
# placing axes manually and :ref:`sphx_glr_gallery_subplots_axes_and_figures_subplot_demo.py` for an
282282
# example with lots of subplots.
283283
#

tutorials/text/annotations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@
284284
``wedge`` tail_width=0.3,shrink_factor=0.5
285285
========== =============================================
286286
287-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_fancyarrow_demo_001.png
288-
:target: ../../gallery/pylab_examples/fancyarrow_demo.html
287+
.. figure:: ../../gallery/text_labels_and_annotations/images/sphx_glr_fancyarrow_demo_001.png
288+
:target: ../../gallery/text_labels_and_annotations/fancyarrow_demo.html
289289
:align: center
290290
:scale: 50
291291
@@ -557,8 +557,8 @@
557557
straight forward.
558558
559559
560-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_axes_zoom_effect_001.png
561-
:target: ../../gallery/pylab_examples/axes_zoom_effect.html
560+
.. figure:: ../../gallery/subplots_axes_and_figures/images/sphx_glr_axes_zoom_effect_001.png
561+
:target: ../../gallery/subplots_axes_and_figures/axes_zoom_effect.html
562562
:align: center
563563
:scale: 50
564564

0 commit comments

Comments
 (0)