File tree 2 files changed +19
-10
lines changed
2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,25 @@ sources of the changes you are experiencing.
11
11
For new features that were added to matplotlib, please see
12
12
:ref: `whats-new `.
13
13
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
+
14
33
Changes in 1.5.0
15
34
================
16
35
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments