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

Skip to content

Commit 6bfbc35

Browse files
committed
Fix broken links in what's new
1 parent c897f19 commit 6bfbc35

3 files changed

Lines changed: 8 additions & 19 deletions

File tree

doc/users/prev_whats_new/whats_new_1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Additionally, he has contributed a new module :mod:`~matplotlib.tri` and
5858
helper function :func:`~matplotlib.pyplot.triplot` for creating and
5959
plotting unstructured triangular grids.
6060

61-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_triplot_demo_001.png
62-
:target: ../../gallery/pylab_examples/triplot_demo.html
61+
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_triplot_demo_001.png
62+
:target: ../../gallery/images_contours_and_fields/triplot_demo.html
6363
:align: center
6464
:scale: 50
6565

doc/users/prev_whats_new/whats_new_1.2.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Ian Thomas extended :meth:`~matplotlib.pyplot.tripcolor` to allow one color
200200
value to be specified for each triangular face rather than for each point in
201201
a triangulation.
202202

203-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_tripcolor_demo_001.png
204-
:target: ../../gallery/pylab_examples/tripcolor_demo.html
203+
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_tripcolor_demo_001.png
204+
:target: ../../gallery/images_contours_and_fields/tripcolor_demo.html
205205
:align: center
206206
:scale: 50
207207

@@ -214,8 +214,8 @@ Phil Elson added support for hatching to
214214
:func:`~matplotlib.pyplot.contourf`, together with the ability
215215
to use a legend to identify contoured ranges.
216216

217-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_contourf_hatching_001.png
218-
:target: ../../gallery/pylab_examples/contourf_hatching.html
217+
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_contourf_hatching_001.png
218+
:target: ../../gallery/images_contours_and_fields/contourf_hatching.html
219219
:align: center
220220
:scale: 50
221221

@@ -227,8 +227,3 @@ Known issues in the matplotlib 1.2 release
227227
- When using the Qt4Agg backend with IPython 0.11 or later, the save
228228
dialog will not display. This should be fixed in a future version
229229
of IPython.
230-
231-
232-
233-
234-

doc/users/prev_whats_new/whats_new_1.3.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ perform mesh refinement and smooth contouring was also added
141141
implementing some basic tools for triangular mesh improvement was
142142
added (:class:`~matplotlib.tri.TriAnalyzer`).
143143

144-
.. figure:: ../../gallery/pylab_examples/images/sphx_glr_tricontour_smooth_user_001.png
145-
:target: ../../gallery/pylab_examples/tricontour_smooth_user.html
144+
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_tricontour_smooth_user_001.png
145+
:target: ../../gallery/images_contours_and_fields/tricontour_smooth_user.html
146146
:align: center
147147
:scale: 50
148148

@@ -400,9 +400,3 @@ matplotlib will now display a `RuntimeWarning` when too many figures
400400
have been opened at once. By default, this is displayed for 20 or
401401
more figures, but the exact number may be controlled using the
402402
``figure.max_open_warning`` rcParam.
403-
404-
405-
406-
407-
408-

0 commit comments

Comments
 (0)