8000 FIX · matplotlib/matplotlib@d597af8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d597af8

Browse files
committed
FIX
1 parent 0f77ba9 commit d597af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ def set_constrained_layout_pads(self, **kwargs):
25732573
if isinstance(self.get_layout_engine(), ConstrainedLayoutEngine):
25742574
self.get_layout_engine().set(**kwargs)
25752575

2576-
@_api.deprecated("3.6", alternative="fig.get_layout_engine().get_info()",
2576+
@_api.deprecated("3.6", alternative="fig.get_layout_engine().get()",
25772577
pending=True)
25782578
def get_constrained_layout_pads(self, relative=False):
25792579
"""

0 commit comments

Comments
 (0)
0