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.
2 parents bacd025 + a211761 commit b636e9eCopy full SHA for b636e9e
lib/matplotlib/legend.py
@@ -77,7 +77,7 @@ def finalize_offset(self):
77
if self._update == "loc":
78
self._update_loc(self.get_loc_in_canvas())
79
elif self._update == "bbox":
80
- self._bbox_to_anchor(self.get_loc_in_canvas())
+ self._update_bbox_to_anchor(self.get_loc_in_canvas())
81
82
def _update_loc(self, loc_in_canvas):
83
bbox = self.legend.get_bbox_to_anchor()
0 commit comments