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

Method set_rmax

lib/matplotlib/projections/polar.py:1145–1153  ·  view source on GitHub ↗

Set the outer radial limit. Parameters ---------- rmax : float

(self, rmax)

Source from the content-addressed store, hash-verified

1143 return self._direction.get_matrix()[0, 0]
1144
1145 def set_rmax(self, rmax):
1146 """
1147 Set the outer radial limit.
1148
1149 Parameters
1150 ----------
1151 rmax : float
1152 """
1153 self.viewLim.y1 = rmax
1154
1155 def get_rmax(self):
1156 """

Callers 9

drag_panMethod · 0.95
make_matplotlib_iconFunction · 0.80
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
create_icon_axesFunction · 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