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

Method set_rmin

lib/matplotlib/projections/polar.py:1164–1172  ·  view source on GitHub ↗

Set the inner radial limit. Parameters ---------- rmin : float

(self, rmin)

Source from the content-addressed store, hash-verified

1162 return self.viewLim.ymax
1163
1164 def set_rmin(self, rmin):
1165 """
1166 Set the inner radial limit.
1167
1168 Parameters
1169 ----------
1170 rmin : float
1171 """
1172 self.viewLim.y0 = rmin
1173
1174 def get_rmin(self):
1175 """

Callers 6

test_polar_rminFunction · 0.80
test_polar_negative_rminFunction · 0.80
test_polar_roriginFunction · 0.80
test_polar_rlimFunction · 0.80
test_polar_rlim_bottomFunction · 0.80
polar_demo.pyFile · 0.80

Calls

no outgoing calls

Tested by 5

test_polar_rminFunction · 0.64
test_polar_negative_rminFunction · 0.64
test_polar_roriginFunction · 0.64
test_polar_rlimFunction · 0.64
test_polar_rlim_bottomFunction · 0.64