MCPcopy
hub / github.com/matplotlib/matplotlib / set_rorigin

Method set_rorigin

lib/matplotlib/projections/polar.py:1183–1191  ·  view source on GitHub ↗

Update the radial origin. Parameters ---------- rorigin : float

(self, rorigin)

Source from the content-addressed store, hash-verified

1181 return self.viewLim.ymin
1182
1183 def set_rorigin(self, rorigin):
1184 """
1185 Update the radial origin.
1186
1187 Parameters
1188 ----------
1189 rorigin : float
1190 """
1191 self._originViewLim.locked_y0 = rorigin
1192
1193 def get_rorigin(self):
1194 """

Callers 6

clearMethod · 0.95
test_polar_roriginFunction · 0.80
test_polar_log_roriginFunction · 0.80
polar_demo.pyFile · 0.80
polar_scatter.pyFile · 0.80

Calls

no outgoing calls

Tested by 3

test_polar_roriginFunction · 0.64
test_polar_log_roriginFunction · 0.64