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.
2 parents a4253d5 + e8f6b90 commit a5952beCopy full SHA for a5952be
lib/matplotlib/colors.py
@@ -1500,6 +1500,7 @@ def inverse(self, value):
1500
Norm.__name__ = base_norm_cls.__name__
1501
Norm.__qualname__ = base_norm_cls.__qualname__
1502
Norm.__module__ = base_norm_cls.__module__
1503
+ Norm.__doc__ = base_norm_cls.__doc__
1504
Norm.__init__.__signature__ = bound_init_signature.replace(parameters=[
1505
inspect.Parameter("self", inspect.Parameter.POSITIONAL_OR_KEYWORD),
1506
*bound_init_signature.parameters.values()])
0 commit comments