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

Method get_thetamax

lib/matplotlib/projections/polar.py:1031–1033  ·  view source on GitHub ↗

Return the maximum theta limit in degrees.

(self)

Source from the content-addressed store, hash-verified

1029 self.viewLim.x1 = np.deg2rad(thetamax)
1030
1031 def get_thetamax(self):
1032 """Return the maximum theta limit in degrees."""
1033 return np.rad2deg(self.viewLim.xmax)
1034
1035 def set_thetamin(self, thetamin):
1036 """Set the minimum theta limit in degrees."""

Callers 2

update_positionMethod · 0.80
test_thetalim_argsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_thetalim_argsFunction · 0.64