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

Method get_thetamin

lib/matplotlib/projections/polar.py:1039–1041  ·  view source on GitHub ↗

Get the minimum theta limit in degrees.

(self)

Source from the content-addressed store, hash-verified

1037 self.viewLim.x0 = np.deg2rad(thetamin)
1038
1039 def get_thetamin(self):
1040 """Get the minimum theta limit in degrees."""
1041 return np.rad2deg(self.viewLim.xmin)
1042
1043 def set_thetalim(self, *args, **kwargs):
1044 r"""

Callers 2

update_positionMethod · 0.80
test_thetalim_argsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_thetalim_argsFunction · 0.64