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

Method get_rorigin

lib/matplotlib/projections/polar.py:1193–1199  ·  view source on GitHub ↗

Returns ------- float

(self)

Source from the content-addressed store, hash-verified

1191 self._originViewLim.locked_y0 = rorigin
1192
1193 def get_rorigin(self):
1194 """
1195 Returns
1196 -------
1197 float
1198 """
1199 return self._originViewLim.y0
1200
1201 def get_rsign(self):
1202 return np.sign(self._originViewLim.y1 - self._originViewLim.y0)

Callers 5

drawMethod · 0.95
_adjust_locationMethod · 0.80
_get_roriginMethod · 0.80
transform_non_affineMethod · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected