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

Method inverted

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

Source from the content-addressed store, hash-verified

263 return self._forward(values)
264
265 def inverted(self):
266 return FuncTransform(self._inverse, self._forward)
267
268
269class FuncScale(ScaleBase):

Callers

nothing calls this directly

Calls 1

FuncTransformClass · 0.85

Tested by

no test coverage detected