🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/api/next_api_changes/removals/26900-jf.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
``passthru_pt``
~~~~~~~~~~~~~~~

This attribute of ``AxisArtistHelper``\s has been removed.
4 changes: 0 additions & 4 deletions lib/mpl_toolkits/axisartist/axislines.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ def _to_xy(self, values, const):
class _FixedAxisArtistHelperBase(_AxisArtistHelperBase):
"""Helper class for a fixed (in the axes coordinate) axis."""

passthru_pt = _api.deprecated("3.7")(property(
lambda self: {"left": (0, 0), "right": (1, 0),
"bottom": (0, 0), "top": (0, 1)}[self._loc]))

@_api.delete_parameter("3.9", "nth_coord")
def __init__(self, loc, nth_coord=None):
"""``nth_coord = 0``: x-axis; ``nth_coord = 1``: y-axis."""
Expand Down