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

Sign up
Appearance settings

Commit 10eca97

Browse files
timhoffmstory645
andauthored
Update lib/matplotlib/scale.py
Co-authored-by: hannah <story645@gmail.com>
1 parent b0f0c2d commit 10eca97

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎lib/matplotlib/scale.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@ def __init__(self, axis):
7575
The following note is for scale implementers.
7676
7777
For back-compatibility reasons, scales take an `~matplotlib.axis.Axis`
78-
object as first argument. We plan to remove it in the future, because
79-
we want to make a scale object usable by multiple
80-
`~matplotlib.axis.Axis`\es at the same time.
78+
object as first argument.
8179
8280
The current recommendation for `.ScaleBase` subclasses is to have the
83-
*axis* parameter for API compatibility, but not make use of it.
81+
*axis* parameter for API compatibility, but not make use of it. This is
82+
because we plan to remove this argument to make a scale object usable
83+
by multiple `~matplotlib.axis.Axis`\es at the same time.
84+
8485
"""
8586

8687
def get_transform(self):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /