Skip to content

Commit 4cbd239

Browse files
timhoffmrcomer
andauthored
Update lib/matplotlib/legend.py
Co-authored-by: Ruth Comer <[email protected]>
1 parent eb9e51f commit 4cbd239

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
@@ -305,7 +305,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
305305
locations defined so far, with the minimum overlap with other drawn
306306
artists. This currently takes into account most, but not all, artists
307307
added to the Axes via plotting functions. In particular it does not consider
308-
inset axes or moved titles or axis labels.
308+
inset axes, titles, or axis labels.
309309
310310
The computation of the best position can be expensive for plots with large
311311
amounts of data. If speed becomes a concern, you may may benefit from

0 commit comments

Comments
 (0)