Thanks to visit codestin.com Credit goes to github.com
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 34f9999 commit 46080e6Copy full SHA for 46080e6
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