Thanks to visit codestin.com Credit goes to github.com
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 0d81750 commit cdd1516Copy full SHA for cdd1516
lib/matplotlib/scale.py
@@ -111,8 +111,9 @@ def _make_axis_parameter_optional(init_func):
111
This decorator ensures backward compatibility for scale classes that
112
previously required an *axis* parameter. It allows constructors to be
113
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,
+
+ For simplicity, this does not handle the case when *axis*
116
+ is passed as a keyword. Howver,
117
scanning GitHub, there's no evidence that that is used anywhere.
118
119
Parameters
0 commit comments