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

Method transform_non_affine

lib/matplotlib/scale.py:655–656  ·  view source on GitHub ↗
(self, values)

Source from the content-addressed store, hash-verified

653 self.linear_width = linear_width
654
655 def transform_non_affine(self, values):
656 return self.linear_width * np.arcsinh(values / self.linear_width)
657
658 def inverted(self):
659 return InvertedAsinhTransform(self.linear_width)

Callers 1

test_transformsMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_transformsMethod · 0.76