8000 Pylab example moves 3 by dstansby · Pull Request #8858 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Pylab example moves 3 #8858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 15, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix broken links in what's new
  • Loading branch information
dstansby committed Jul 10, 2017
commit 6bfbc35dc8ae9f968fb1900b6f953ec8a9f5ec1f
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/whats_new_1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Additionally, he has contributed a new module :mod:`~matplotlib.tri` and
helper function :func:`~matplotlib.pyplot.triplot` for creating and
plotting unstructured triangular grids.

.. figure:: ../../gallery/pylab_examples/images/sphx_glr_triplot_demo_001.png
:target: ../../gallery/pylab_examples/triplot_demo.html
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_triplot_demo_001.png
:target: ../../gallery/images_contours_and_fields/triplot_demo.html
:align: center
:scale: 50

Expand Down
13 changes: 4 additions & 9 deletions doc/users/prev_whats_new/whats_new_1.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ Ian Thomas extended :meth:`~matplotlib.pyplot.tripcolor` to allow one color
value to be specified for each triangular face rather than for each point in
a triangulation.

.. figure:: ../../gallery/pylab_examples/images/sphx_glr_tripcolor_demo_001.png
:target: ../../gallery/pylab_examples/tripcolor_demo.html
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_tripcolor_demo_001.png
:target: ../../gallery/images_contours_and_fields/tripcolor_demo.html
:align: center
:scale: 50

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

.. figure:: ../../gallery/pylab_examples/images/sphx_glr_contourf_hatching_001.png
:target: ../../gallery/pylab_examples/contourf_hatching.html
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_contourf_hatching_001.png
:target: ../../gallery/images_contours_and_fields/contourf_hatching.html
:align: center
:scale: 50

Expand All @@ -227,8 +227,3 @@ Known issues in the matplotlib 1.2 release
- When using the Qt4Agg backend with IPython 0.11 or later, the save
dialog will not display. This should be fixed in a future version
of IPython.





10 changes: 2 additions & 8 deletions doc/users/prev_whats_new/whats_new_1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ perform mesh refinement and smooth contouring was also added
implementing some basic tools for triangular mesh improvement was
added (:class:`~matplotlib.tri.TriAnalyzer`).

.. figure:: ../../gallery/pylab_examples/images/sphx_glr_tricontour_smooth_user_001.png
:target: ../../gallery/pylab_examples/tricontour_smooth_user.html
.. figure:: ../../gallery/images_contours_and_fields/images/sphx_glr_tricontour_smooth_user_001.png
:target: ../../gallery/images_contours_and_fields/tricontour_smooth_user.html
:align: center
:scale: 50

Expand Down Expand Up @@ -400,9 +400,3 @@ matplotlib will now display a `RuntimeWarning` when too many figures
have been opened at once. By default, this is displayed for 20 or
more figures, but the exact number may be controlled using the
``figure.max_open_warning`` rcParam.






0