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

Method get_rsign

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

Source from the content-addressed store, hash-verified

1199 return self._originViewLim.y0
1200
1201 def get_rsign(self):
1202 return np.sign(self._originViewLim.y1 - self._originViewLim.y0)
1203
1204 def set_rlim(self, bottom=None, top=None, *,
1205 emit=True, auto=False, **kwargs):

Callers 5

drawMethod · 0.95
transform_non_affineMethod · 0.80
transform_non_affineMethod · 0.80
__call__Method · 0.80

Calls 1

signMethod · 0.80

Tested by

no test coverage detected