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

Method invlinthresh

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

Source from the content-addressed store, hash-verified

543 alternative=".inverted().transform(linthresh)")
544 @property
545 def invlinthresh(self):
546 invlinthresh = self.inverted().transform(self.linthresh)
547 return invlinthresh
548
549 def transform_non_affine(self, values):
550 linscale_adj = self.linscale / (1.0 - 1.0 / self.base)

Callers

nothing calls this directly

Calls 2

invertedMethod · 0.95
transformMethod · 0.45

Tested by

no test coverage detected