MCPcopy
hub / github.com/matplotlib/matplotlib / inverted

Method inverted

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

Source from the content-addressed store, hash-verified

353 return out
354
355 def inverted(self):
356 return InvertedLogTransform(self.base)
357
358
359class InvertedLogTransform(Transform):

Callers 15

containsMethod · 0.45
get_cursor_dataMethod · 0.45
make_imageMethod · 0.45
make_layout_marginsFunction · 0.45
make_margin_suptitlesFunction · 0.45
get_pos_and_bboxFunction · 0.45
containsMethod · 0.45
containsMethod · 0.45
inverseMethod · 0.45
add_linesMethod · 0.45
get_text_boundsMethod · 0.45
_get_grid_bboxMethod · 0.45

Calls 1

Tested by

no test coverage detected