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 171f055 + 16af382 commit f75fd10Copy full SHA for f75fd10
lib/matplotlib/colors.py
@@ -1490,6 +1490,7 @@ def inverse(self, value):
1490
Norm.__name__ = base_norm_cls.__name__
1491
Norm.__qualname__ = base_norm_cls.__qualname__
1492
Norm.__module__ = base_norm_cls.__module__
1493
+ Norm.__doc__ = base_norm_cls.__doc__
1494
Norm.__init__.__signature__ = bound_init_signature.replace(parameters=[
1495
inspect.Parameter("self", inspect.Parameter.POSITIONAL_OR_KEYWORD),
1496
*bound_init_signature.parameters.values()])
0 commit comments