Returns ------- float The theta position of the radius labels in degrees.
(self)
| 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 | """ |
no test coverage detected