Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23fa01f

Browse files
committed
DOC: Fix typo in Axes.bxp.__doc__
1 parent 6245d4e commit 23fa01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3354,7 +3354,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
33543354
- ``q1``: The first quartile (25th percentile) (scalar
33553355
float).
33563356
3357-
- ``q3``: The first quartile (50th percentile) (scalar
3357+
- ``q3``: The third quartile (75th percentile) (scalar
33583358
float).
33593359
33603360
- ``whislo``: Lower bound of the lower whisker (scalar

0 commit comments

Comments
 (0)