From 875c8c39216575e8b9807fa127b914d518249992 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Wed, 22 May 2013 10:31:52 +0100 Subject: [PATCH] Fixed typos in legend docs. --- lib/matplotlib/axes.py | 2 +- lib/matplotlib/figure.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/axes.py b/lib/matplotlib/axes.py index 8da4023116d6..cd46fdcbfb30 100644 --- a/lib/matplotlib/axes.py +++ b/lib/matplotlib/axes.py @@ -4532,7 +4532,7 @@ def legend(self, *args, **kwargs): *scatterpoints*: integer The number of points in the legend for scatter plot - *scatteroffsets*: list of floats + *scatteryoffsets*: list of floats a list of yoffsets for scatter symbols in legend *markerscale*: [ *None* | scalar ] diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index de436c01873a..753ad133d884 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -1068,7 +1068,7 @@ def legend(self, handles, labels, *args, **kwargs): *scatterpoints*: integer The number of points in the legend line, default is 4 - *scatteroffsets*: list of floats + *scatteryoffsets*: list of floats a list of yoffsets for scatter symbols in legend *markerscale*: [ *None* | scalar ]