MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / inverted

Method inverted

site-packages/matplotlib/scale.py:178–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 self.base = base
177
178 def inverted(self):
179 return InvertedLogTransform(self.base)
180
181
182class InvertedLogTransform(InvertedLogTransformBase):

Callers 15

update_coordsMethod · 0.45
_make_imageMethod · 0.45
do_constrained_layoutFunction · 0.45
_make_layout_marginsFunction · 0.45
containsMethod · 0.45
containsMethod · 0.45
tick_valuesMethod · 0.45
drawMethod · 0.45
get_pathMethod · 0.45
_rendercursorMethod · 0.45

Calls 1

Tested by

no test coverage detected