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 dfdb37a

Browse filesBrowse files
authored
Merge pull request #26900 from farrjere/deprecated
#26865 removing deprecations to patches.py and axislines.py
2 parents 26b3128 + 74ff93b commit dfdb37a
Copy full SHA for dfdb37a

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
``passthru_pt``
2+
~~~~~~~~~~~~~~~
3+
4+
This attribute of ``AxisArtistHelper``\s has been removed.

‎lib/mpl_toolkits/axisartist/axislines.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/axislines.py
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ def _to_xy(self, values, const):
112112
class _FixedAxisArtistHelperBase(_AxisArtistHelperBase):
113113
"""Helper class for a fixed (in the axes coordinate) axis."""
114114

115-
passthru_pt = _api.deprecated("3.7")(property(
116-
lambda self: {"left": (0, 0), "right": (1, 0),
117-
"bottom": (0, 0), "top": (0, 1)}[self._loc]))
118-
119115
@_api.delete_parameter("3.9", "nth_coord")
120116
def __init__(self, loc, nth_coord=None):
121117
"""``nth_coord = 0``: x-axis; ``nth_coord = 1``: y-axis."""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.