File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments