We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f0c2d commit 10eca97Copy full SHA for 10eca97
lib/matplotlib/scale.py
@@ -75,12 +75,13 @@ def __init__(self, axis):
75
The following note is for scale implementers.
76
77
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.
+ object as first argument.
81
82
The current recommendation for `.ScaleBase` subclasses is to have the
83
- *axis* parameter for API compatibility, but not make use of it.
+ *axis* parameter for API compatibility, but not make use of it. This is
+ because we plan to remove this argument to make a scale object usable
+ by multiple `~matplotlib.axis.Axis`\es at the same time.
84
+
85
"""
86
87
def get_transform(self):
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments