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

Commitdbda379

Browse files
committed
Update deprecation message
1 parent0a62fcc commitdbda379

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎lib/matplotlib/projections/polar.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717

1818
def_apply_theta_transforms_warn():
1919
_api.warn_deprecated(
20-
"3.7",
20+
"3.9",
2121
message=(
2222
"Passing `apply_theta_transforms=True` (the default) "
23-
"is deprecated. Support for this will be removed in "
24-
"Matplotlib %(removal)s. To prevent this warning, "
25-
"set `apply_theta_transforms=False`, and make sure to "
26-
"shift theta values before being passed to this transform."
23+
"is deprecated since Matplotlib %(since)s. "
24+
"Support for this will be removed in Matplotlib %(removal)s. "
25+
"To prevent this warning, set `apply_theta_transforms=False`, "
26+
"and make sure to shift theta values before being passed to "
27+
"this transform."
2728
)
2829
)
2930

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp