From 45c801cd21991f71b8f85893df96fa02e889a0a4 Mon Sep 17 00:00:00 2001 From: daydreamt Date: Thu, 6 Feb 2014 15:27:36 +0100 Subject: [PATCH] fix typo in documentation beyone -> beyond --- lib/matplotlib/axes/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index bf9cb3b1dfa4..47645f94c1fa 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -2983,7 +2983,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5, - whiskers: the vertical lines extending to the most extreme, n-outlier data points. - caps: the horizontal lines at the ends of the whiskers. - - fliers: points representing data that extend beyone the + - fliers: points representing data that extend beyond the whiskers (outliers). - means: points or lines representing the means.