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

Method get_rmax

lib/matplotlib/projections/polar.py:1155–1162  ·  view source on GitHub ↗

Returns ------- float Outer radial limit.

(self)

Source from the content-addressed store, hash-verified

1153 self.viewLim.y1 = rmax
1154
1155 def get_rmax(self):
1156 """
1157 Returns
1158 -------
1159 float
1160 Outer radial limit.
1161 """
1162 return self.viewLim.ymax
1163
1164 def set_rmin(self, rmin):
1165 """

Callers 2

start_panMethod · 0.95
test_polar_no_dataFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_polar_no_dataFunction · 0.64