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 eb9e51f commit 4cbd239Copy full SHA for 4cbd239
lib/matplotlib/legend.py
@@ -305,7 +305,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
305
locations defined so far, with the minimum overlap with other drawn
306
artists. This currently takes into account most, but not all, artists
307
added to the Axes via plotting functions. In particular it does not consider
308
- inset axes or moved titles or axis labels.
+ inset axes, titles, or axis labels.
309
310
The computation of the best position can be expensive for plots with large
311
amounts of data. If speed becomes a concern, you may may benefit from
0 commit comments