Skip to content

Commit dfdb37a

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
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

-4
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)