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

Skip to content

Commit c9bc530

Browse files
committed
DOC: move one API change into api_changes.rst
1 parent 1a5122d commit c9bc530

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

doc/api/api_changes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ sources of the changes you are experiencing.
1111
For new features that were added to matplotlib, please see
1212
:ref:`whats-new`.
1313

14+
Changes in 1.5.2
15+
================
16+
17+
18+
Default Behavior Changes
19+
------------------------
20+
21+
Changed default ``autorange`` behavior in boxplots
22+
``````````````````````````````````````````````````
23+
24+
Prior to v1.5.2, the whiskers of boxplots would extend to the mininum
25+
and maximum values if the quartiles were all equal (i.e., Q1 = median
26+
= Q3). This behavior has been disabled by default to restore consistency
27+
with other plotting packages.
28+
29+
To restore the old behavior, simply set ``autorange=True`` when
30+
calling ``plt.boxplot``.
31+
32+
1433
Changes in 1.5.0
1534
================
1635

doc/api/api_changes/2016-03-13-PMH.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)