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
Lines 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

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy