Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ded8822

Browse filesBrowse files
committed
DOC: fix
1 parent 6888d5d commit ded8822
Copy full SHA for ded8822

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/legend.py

Copy file name to clipboardExpand all lines: lib/matplotlib/legend.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
141141
For example, to put the legend's upper right hand corner in the
142142
center of the axes the following keywords can be used::
143143
144-
loc='upper right', bbox_to_anchor=(0.5, 0.5)
144+
loc='upper right', bbox_to_anchor=(0.5, 0.5)
145145
146146
ncol : integer
147147
The number of columns that the legend has. Default is 1.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.