MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / __init__

Method __init__

lib/matplotlib/scale.py:666–668  ·  view source on GitHub ↗
(self, linear_width)

Source from the content-addressed store, hash-verified

664 input_dims = output_dims = 1
665
666 def __init__(self, linear_width):
667 super().__init__()
668 self.linear_width = linear_width
669
670 def transform_non_affine(self, values):
671 return self.linear_width * np.sinh(values / self.linear_width)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected