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 c9bc530

Browse filesBrowse files
committed
DOC: move one API change into api_changes.rst
1 parent 1a5122d commit c9bc530
Copy full SHA for c9bc530

File tree

Expand file treeCollapse file tree

2 files changed

+19
-10
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+19
-10
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+19Lines 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

Copy file name to clipboardExpand all lines: doc/api/api_changes/2016-03-13-PMH.rst
-10Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

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