8000
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 cb2bdb1 commit a211761Copy full SHA for a211761
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