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 dbda379

Browse filesBrowse files
committed
Update deprecation message
1 parent 0a62fcc commit dbda379
Copy full SHA for dbda379

File tree

Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-5
lines changed

‎lib/matplotlib/projections/polar.py

Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py
+6-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.