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

Method __init__

lib/mpl_toolkits/axisartist/axis_artist.py:236–243  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

234 locs_angles_labels = _api.deprecated("3.11")(property(lambda self: []))
235
236 def __init__(self, *args, **kwargs):
237 self._ref_angle = 0
238 self._offset_radius = 0.
239
240 super().__init__(*args, **kwargs)
241
242 self.set_rotation_mode("anchor")
243 self._text_follow_ref_angle = True
244
245 @property
246 def _text_ref_angle(self):

Callers

nothing calls this directly

Calls 2

set_rotation_modeMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected