From 0f799b6327a4c9c08b2cafe7d182b8ba53377dc2 Mon Sep 17 00:00:00 2001 From: Michael Jancsy Date: Fri, 28 Sep 2018 11:44:52 -0700 Subject: [PATCH] fixed minor spelling error --- 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 e684d93bb5d8..e63b7a75f36b 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -1508,7 +1508,7 @@ def plot(self, *args, scalex=True, scaley=True, **kwargs): See Also -------- - scatter : XY scatter plot with markers of variing size and/or color ( + scatter : XY scatter plot with markers of varying size and/or color ( sometimes also called bubble chart).