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

Method inverted

lib/matplotlib/scale.py:658–659  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

656 return self.linear_width * np.arcsinh(values / self.linear_width)
657
658 def inverted(self):
659 return InvertedAsinhTransform(self.linear_width)
660
661
662class InvertedAsinhTransform(Transform):

Callers 1

test_transformsMethod · 0.95

Calls 1

Tested by 1

test_transformsMethod · 0.76