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

Method inverted

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

Source from the content-addressed store, hash-verified

561 return out
562
563 def inverted(self):
564 return SymmetricalLogTransform(self.base,
565 self.linthresh, self.linscale)
566
567
568class SymmetricalLogScale(ScaleBase):

Callers 2

invlinthreshMethod · 0.95
transform_non_affineMethod · 0.95

Calls 1

Tested by

no test coverage detected