Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99c023 commit 6fe8a72Copy full SHA for 6fe8a72
1 file changed
doc/api/api_changes/2016-03-13-PMH.rst
@@ -0,0 +1,10 @@
1
+Changed default ``autorange`` behavior in boxplots
2
+``````````````````````````````````````````````````
3
+
4
+Prior to v1.5.2, the whiskers of boxplots would extend to the mininum
5
+and maximum values if the quartiles were all equal (i.e., Q1 = median
6
+= Q3). This behavior has been disabled by default to restore consistency
7
+with other plotting packages.
8
9
+To restore the old behavior, simply set ``autorange=True`` when
10
+calling ``plt.boxplot``.
0 commit comments