Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ded8822

Browse files
committed
DOC: fix
1 parent 6888d5d commit ded8822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines 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)