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

Method inverted

lib/matplotlib/projections/polar.py:128–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 return Path(xys, codes)
127
128 def inverted(self):
129 # docstring inherited
130 return PolarAxes.InvertedPolarTransform(self._axis, self._use_rmin)
131
132
133class PolarAffine(mtransforms.Affine2DBase):

Callers 2

format_coordMethod · 0.45
start_panMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected