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):
75
75
The following note is for scale implementers.
76
76
77
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.
78
+ object as first argument.
81
79
82
80
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
+
84
85
"""
85
86
86
87
def get_transform (self ):
You can’t perform that action at this time.
0 commit comments