Skip to content

Commit e693101

Browse files
committed
boxplot: Add conf_intervals reference to notch docs.
1 parent 3f924bc commit e693101

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3578,10 +3578,12 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
35783578
The input data.
35793579
35803580
notch : bool, default: False
3581-
Whether to draw a noteched box plot (`True`), or a rectangular box
3581+
Whether to draw a notched box plot (`True`), or a rectangular box
35823582
plot (`False`). The notches represent the confidence interval (CI)
35833583
around the median. The documentation for *bootstrap* describes how
3584-
the locations of the notches are computed.
3584+
the locations of the notches are computed by default, but their
3585+
locations may also be overridden by setting the *conf_intervals*
3586+
parameter.
35853587
35863588
.. note::
35873589

0 commit comments

Comments
 (0)