8000
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 335fcd5 commit b9cd8a0Copy full SHA for b9cd8a0
lib/matplotlib/scale.py
@@ -109,8 +109,11 @@ def _make_axis_parameter_optional(init_func):
109
Decorator to allow leaving out the *axis* parameter in scale constructors.
110
111
This decorator ensures backward compatibility for scale classes that
112
- previously required an *axis* parameter. It allows constructors to work
113
- seamlessly with or without the *axis* parameter.
+ previously required an *axis* parameter. It allows constructors to be
+ callerd with or without the *axis* parameter.
114
+
115
+ For simplicity, this does not handle the case when *axis* is passed as a keyword. Howver,
116
+ scanning GitHub, there's no evidence that that is used anywhere.
117
118
Parameters
119
----------
0 commit comments