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 5faa1bb commit e8f6b90Copy full SHA for e8f6b90
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