Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit291d5d7

Browse files
authored
Merge pull request#17142 from brunobeltran/add_axes-kwargs-bugfix
BUGFIX: conditional for add_axes arg deprecation
2 parentse55e79b +dd7259f commit291d5d7

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
@@ -1204,7 +1204,7 @@ def add_axes(self, *args, **kwargs):
12041204
fig.add_axes(ax)
12051205
"""
12061206

1207-
ifnotlen(args):
1207+
ifnotlen(args)and'rect'notinkwargs:
12081208
cbook.warn_deprecated(
12091209
"3.3",
12101210
message="Calling add_axes() without argument is "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp