File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,9 @@ def hist_frame(
216
216
groups of numerical data through their quartiles.
217
217
The box extends from the Q1 to Q3 quartile values of the data,
218
218
with a line at the median (Q2). The whiskers extend from the edges
219
- of box to show the range of the data. The position of the whiskers
220
- is set by default to `1.5 * IQR (IQR = Q3 - Q1)` from the edges of the box.
221
- Outlier points are those past the end of the whiskers .
219
+ of box to show the range of the data. By default, they extend no more than
220
+ `1.5 * IQR (IQR = Q3 - Q1)` from the edges of the box, ending at the farthest
221
+ data point within that interval. Outliers are plotted as separate dots .
222
222
223
223
For further details see
224
224
Wikipedia's entry for `boxplot <https://en.wikipedia.org/wiki/Box_plot>`_.
You can’t perform that action at this time.
0 commit comments