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 28be3ce

Browse filesBrowse files
committed
Fix broken links
1 parent d70af4c commit 28be3ce
Copy full SHA for 28be3ce

File tree

Expand file treeCollapse file tree

4 files changed

+6
-12
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-12
lines changed

‎doc/users/prev_whats_new/whats_new_1.0.rst

Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/whats_new_1.0.rst
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ indexing (starts with 0). e.g.::
4444
fig, axarr = plt.subplots(2, 2)
4545
axarr[0,0].plot([1,2,3]) # upper, left
4646

47-
See :ref:`sphx_glr_gallery_pylab_examples_subplot_demo.py` for several code examples.
47+
See :ref:`sphx_glr_gallery_subplots_axes_and_figures_subplot_demo.py` for several code examples.
4848

4949
Contour fixes and and triplot
5050
---------------------------------
@@ -147,6 +147,3 @@ Eric Firing went on a bug fixing and closing marathon, closing over
147147
<http://sourceforge.net/tracker/?group_id=80706&atid=560720>`__ with
148148
help from Jae-Joon Lee, Michael Droettboom, Christoph Gohlke and
149149
Michiel de Hoon.
150-
151-
152-

‎doc/users/prev_whats_new/whats_new_1.5.rst

Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/whats_new_1.5.rst
+2-5Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ quads touching the point; any triangular corners comprising three unmasked
314314
points are contoured as usual. If the ``corner_mask`` keyword argument is not
315315
specified, the default value is taken from rcParams.
316316

317-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_contour_corner_mask_001.png
318-
:target: ../../gallery/pylab_examples/contour_corner_mask.html
317+
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_contour_corner_mask_001.png
318+
:target: ../../gallery/images_contours_and_fields/contour_corner_mask.html
319319
:align: center
320320
:scale: 50
321321

@@ -744,6 +744,3 @@ is important if your toolchain is prefixed. This is done in a simpilar
744744
way as setting `CC` or `CXX` before building. An example follows.
745745

746746
export PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config
747-
748-
749-

‎tutorials/01_introductory/pyplot.py

Copy file name to clipboardExpand all lines: tutorials/01_introductory/pyplot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def f(t):
278278
# which allows you to specify the location as ``axes([left, bottom,
279279
# width, height])`` where all values are in fractional (0 to 1)
280280
# coordinates. See :ref:`sphx_glr_gallery_pylab_examples_axes_demo.py` for an example of
281-
# placing axes manually and :ref:`sphx_glr_gallery_pylab_examples_subplot_demo.py` for an
281+
# placing axes manually and :ref:`sphx_glr_gallery_subplots_axes_and_figures_subplot_demo.py` for an
282282
# example with lots of subplots.
283283
#
284284
#

‎tutorials/01_introductory/sample_plots.py

Copy file name to clipboardExpand all lines: tutorials/01_introductory/sample_plots.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
trading volume and colors varying with time. Here, the
195195
alpha attribute is used to make semitransparent circle markers.
196196
197-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_scatter_demo2_001.png
198-
:target: ../../gallery/pylab_examples/scatter_demo2.html
197+
.. figure:: ../../gallery/lines_bars_and_markers/images/sphx_glr_scatter_demo2_001.png
198+
:target: ../../gallery/lines_bars_and_markers/scatter_demo2.html
199199
:align: center
200200
:scale: 50
201201

0 commit comments

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