Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbda379

Browse files
committed
Update deprecation message
1 parent 0a62fcc commit dbda379

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)