Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos in legend docs. #2047

Merged
merged 1 commit into from May 22, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/axes.py
Expand Up @@ -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 ]
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/figure.py
Expand Up @@ -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 ]
Expand Down