Skip to content

Commit

Permalink
Merge pull request #6679 from tacaswell/doc_152_changes
Browse files Browse the repository at this point in the history
Doc 152 changes
  • Loading branch information
jenshnielsen committed Jul 3, 2016
2 parents 9e5b18a + 289fc9e commit d978e02
Show file tree
Hide file tree
Showing 15 changed files with 644 additions and 510 deletions.
21 changes: 20 additions & 1 deletion doc/api/api_changes.rst
Expand Up @@ -11,6 +11,25 @@ sources of the changes you are experiencing.
For new features that were added to matplotlib, please see
:ref:`whats-new`.

Changes in 1.5.2
================


Default Behavior Changes
------------------------

Changed default ``autorange`` behavior in boxplots
``````````````````````````````````````````````````

Prior to v1.5.2, the whiskers of boxplots would extend to the mininum
and maximum values if the quartiles were all equal (i.e., Q1 = median
= Q3). This behavior has been disabled by default to restore consistency
with other plotting packages.

To restore the old behavior, simply set ``autorange=True`` when
calling ``plt.boxplot``.


Changes in 1.5.0
================

Expand Down Expand Up @@ -72,7 +91,7 @@ by the new keyword argument `corner_mask`, or if this is not specified then
the new rcParam `contour.corner_mask` instead. The new default behaviour is
equivalent to using `corner_mask=True`; the previous behaviour can be obtained
using `corner_mask=False` or by changing the rcParam. The example
http://matplotlib.org/examples/pylab_examples/contour_corner_mask.py
http://matplotlib.org/examples/pylab_examples/contour_corner_mask.html
demonstrates the difference. Use of the old contouring algorithm, which is
obtained with `corner_mask='legacy'`, is now deprecated.

Expand Down
10 changes: 0 additions & 10 deletions doc/api/api_changes/2016-03-13-PMH.rst

This file was deleted.

3 changes: 1 addition & 2 deletions doc/devel/MEP/MEP12.rst
Expand Up @@ -184,5 +184,4 @@ navigate the gallery. Thus, tags are complementary to this reorganization.
.. [2] http://github.com/matplotlib/matplotlib/issues/524
.. [3] http://matplotlib.1069221.n5.nabble.com/Matplotlib-gallery-td762.html#a33379091
.. [4] http://www.loria.fr/~rougier/teaching/matplotlib/
.. [5] http://www.gigawiz.com/aagraphs.html
.. [6] http://www.loria.fr/~rougier/coding/gallery/
.. [5] http://www.loria.fr/~rougier/coding/gallery/
5 changes: 1 addition & 4 deletions doc/devel/MEP/MEP15.rst
Expand Up @@ -29,10 +29,7 @@ When axis limits for a 2-D plot are specified for one axis only (via `xlim` or
`ylim`), matplotlib currently does not currently rescale the other axis. The
result is that the displayed curves or symbols may be compressed into a tiny
portion of the available area, so that the final plot conveys much less
information than it would with appropriate axis scaling. An example of such a
plot can be found at the following URL:

http://phillipmfeldman.org/Python/MEP15.png
information than it would with appropriate axis scaling.

The proposed change of behavior would make matplotlib choose the scale for the
remaining axis using only the data that falls within the limits for the axis
Expand Down
1 change: 0 additions & 1 deletion doc/devel/gitwash/git_links.inc
Expand Up @@ -43,7 +43,6 @@
.. _why the -a flag?: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
.. _git staging area: http://www.gitready.com/beginner/2009/01/18/the-staging-area.html
.. _tangled working copy problem: http://tomayko.com/writings/the-thing-about-git
.. _git management: http://kerneltrap.org/Linux/Git_Management
.. _linux git workflow: http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html
.. _git parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.html
.. _git foundation: http://matthew-brett.github.com/pydagogue/foundation.html
Expand Down
1 change: 0 additions & 1 deletion doc/devel/gitwash/git_resources.rst
Expand Up @@ -30,7 +30,6 @@ Advanced git workflow
There are many ways of working with git_; here are some posts on the
rules of thumb that other projects have come up with:

* Linus Torvalds on `git management`_
* Linus Torvalds on `linux git workflow`_ . Summary; use the git tools
to make the history of your edits as clean as possible; merge from
upstream edits as little as possible in branches where you are doing
Expand Down
9 changes: 4 additions & 5 deletions doc/users/credits.rst
Expand Up @@ -22,11 +22,10 @@ Jeremy O'Donoghue
Andrew Straw
Provided much of the log scaling architecture, the fill command, PIL
support for imshow, and provided many examples. He also wrote the
support for dropped axis spines and the `buildbot
<http://mpl-buildbot.code.astraw.com/>`_ unit testing infrastructure
which triggers the JPL/James Evans platform specific builds and
regression test image comparisons from svn matplotlib across
platforms on svn commits.
support for dropped axis spines and the original buildbot unit
testing infrastructure which triggered the JPL/James Evans platform
specific builds and regression test image comparisons from svn
matplotlib across platforms on svn commits.

Charles Twardy
provided the impetus code for the legend class and has made
Expand Down

0 comments on commit d978e02

Please sign in to comment.