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

Method get_rlabel_position

lib/matplotlib/projections/polar.py:1231–1238  ·  view source on GitHub ↗

Returns ------- float The theta position of the radius labels in degrees.

(self)

Source from the content-addressed store, hash-verified

1229 **kwargs)
1230
1231 def get_rlabel_position(self):
1232 """
1233 Returns
1234 -------
1235 float
1236 The theta position of the radius labels in degrees.
1237 """
1238 return np.rad2deg(self._r_label_position.get_matrix()[0, 2])
1239
1240 def set_rlabel_position(self, value):
1241 """

Callers 4

set_rgridsMethod · 0.95
start_panMethod · 0.95
get_matrixMethod · 0.80
update_positionMethod · 0.80

Calls 1

get_matrixMethod · 0.45

Tested by

no test coverage detected