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 0a62fcc commit dbda379Copy full SHA for dbda379
lib/matplotlib/projections/polar.py
@@ -17,13 +17,14 @@
17
18
def _apply_theta_transforms_warn():
19
_api.warn_deprecated(
20
- "3.7",
+ "3.9",
21
message=(
22
"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."
+ "is deprecated since Matplotlib %(since)s. "
+ "Support for this will be removed in Matplotlib %(removal)s. "
+ "To prevent this warning, set `apply_theta_transforms=False`, "
+ "and make sure to shift theta values before being passed to "
27
+ "this transform."
28
)
29
30
0 commit comments