Skip to content

Commit 613871a

Browse files
committed
Add notes section to Axes.boxplot
1 parent b4df37d commit 613871a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3520,6 +3520,10 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
35203520
35213521
- ``means``: points or lines representing the means.
35223522
3523+
Notes
3524+
-----
3525+
.. [Notes section required for data comment. See #10189.]
3526+
35233527
"""
35243528

35253529
# If defined in matplotlibrc, apply the value from rc file

0 commit comments

Comments
 (0)