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

Method inverted

lib/mpl_toolkits/axisartist/grid_finder.py:124–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 return np.transpose(self._forward(*np.transpose(values)))
123
124 def inverted(self):
125 # docstring inherited
126 return type(self)(self._backward, self._forward)
127
128
129class GridFinder:

Callers 15

__init__Method · 0.45
_autoscale_axisMethod · 0.45
_set_lim3dMethod · 0.45
_untransform_pointMethod · 0.45
errorbarMethod · 0.45
drawMethod · 0.45
update_limMethod · 0.45
_update_gridMethod · 0.45
get_grid_infoMethod · 0.45

Calls

no outgoing calls

Tested by 1