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

Method inverted

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

Source from the content-addressed store, hash-verified

520 return out
521
522 def inverted(self):
523 return InvertedSymmetricalLogTransform(self.base, self.linthresh,
524 self.linscale)
525
526
527class InvertedSymmetricalLogTransform(Transform):

Callers 1

test_symlog_mask_nanFunction · 0.95

Tested by 1

test_symlog_mask_nanFunction · 0.76