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

Skip to content

Commit 45c801c

Browse files
committed
fix typo in documentation
beyone -> beyond
1 parent b95f0f4 commit 45c801c

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
@@ -2983,7 +2983,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
29832983
- whiskers: the vertical lines extending to the most extreme,
29842984
n-outlier data points.
29852985
- caps: the horizontal lines at the ends of the whiskers.
2986-
- fliers: points representing data that extend beyone the
2986+
- fliers: points representing data that extend beyond the
29872987
whiskers (outliers).
29882988
- means: points or lines representing the means.
29892989

0 commit comments

Comments
 (0)