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

Method get_theta_offset

lib/matplotlib/projections/polar.py:1080–1084  ·  view source on GitHub ↗

Get the offset for the location of 0 in radians.

(self)

Source from the content-addressed store, hash-verified

1078 self._theta_offset.invalidate()
1079
1080 def get_theta_offset(self):
1081 """
1082 Get the offset for the location of 0 in radians.
1083 """
1084 return self._theta_offset.get_matrix()[0, 2]
1085
1086 def set_theta_zero_location(self, loc, offset=0.0):
1087 """

Callers 4

_adjust_locationMethod · 0.80
update_positionMethod · 0.80
get_matrixMethod · 0.80
update_positionMethod · 0.80

Calls 1

get_matrixMethod · 0.45

Tested by

no test coverage detected