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 0f77ba9 commit d597af8Copy full SHA for d597af8
1 file changed
lib/matplotlib/figure.py
@@ -2573,7 +2573,7 @@ def set_constrained_layout_pads(self, **kwargs):
2573
if isinstance(self.get_layout_engine(), ConstrainedLayoutEngine):
2574
self.get_layout_engine().set(**kwargs)
2575
2576
- @_api.deprecated("3.6", alternative="fig.get_layout_engine().get_info()",
+ @_api.deprecated("3.6", alternative="fig.get_layout_engine().get()",
2577
pending=True)
2578
def get_constrained_layout_pads(self, relative=False):
2579
"""
0 commit comments