8000 Whisker length, more precise description (#25135) · matplotlib/matplotlib@a0a6bdb · GitHub
[go: up one dir, main page]

Skip to content

Commit a0a6bdb

Browse files
authored
Whisker length, more precise description (#25135)
* Whisker length, more precise description
1 parent 78442c4 commit a0a6bdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3723,9 +3723,10 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
37233723
Draw a box and whisker plot.
37243724
37253725
The box extends from the first quartile (Q1) to the third
3726-
quartile (Q3) of the data, with a line at the median. The
3727-
whiskers extend from the box by 1.5x the inter-quartile range
3728-
(IQR). Flier points are those past the end of the whiskers.
3726+
quartile (Q3) of the data, with a line at the median.
3727+
The whiskers extend from the box to the farthest data point
3728+
lying within 1.5x the inter-quartile range (IQR) from the box.
3729+
Flier points are those past the end of the whiskers.
37293730
See https://en.wikipedia.org/wiki/Box_plot for reference.
37303731
37313732
.. code-block:: none

0 commit comments

Comments
 (0)
0