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

Method __init__

lib/matplotlib/projections/polar.py:532–535  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

530 """
531
532 def __init__(self, *args, **kwargs):
533 super().__init__(*args, **kwargs)
534 self.label1.set_rotation_mode('anchor')
535 self.label2.set_rotation_mode('anchor')
536
537 def _determine_anchor(self, mode, angle, start):
538 # Note: angle is the (spine angle - 90) because it's used for the tick

Callers

nothing calls this directly

Calls 2

set_rotation_modeMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected