We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6888d5d commit ded8822Copy full SHA for ded8822
lib/matplotlib/legend.py
@@ -141,7 +141,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
141
For example, to put the legend's upper right hand corner in the
142
center of the axes the following keywords can be used::
143
144
- loc='upper right', bbox_to_anchor=(0.5, 0.5)
+ loc='upper right', bbox_to_anchor=(0.5, 0.5)
145
146
ncol : integer
147
The number of columns that the legend has. Default is 1.
0 commit comments