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

Method inverted

lib/matplotlib/transforms.py:2304–2306  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2302 return np.concatenate((x_points, y_points), 1)
2303
2304 def inverted(self):
2305 # docstring inherited
2306 return BlendedGenericTransform(self._x.inverted(), self._y.inverted())
2307
2308 def get_affine(self):
2309 # docstring inherited

Callers

nothing calls this directly

Calls 2

invertedMethod · 0.45

Tested by

no test coverage detected