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

Method get_label_position

lib/matplotlib/axis.py:2486–2490  ·  view source on GitHub ↗

Return the label position (top or bottom)

(self)

Source from the content-addressed store, hash-verified

2484 return "unknown"
2485
2486 def get_label_position(self):
2487 """
2488 Return the label position (top or bottom)
2489 """
2490 return self.label_position
2491
2492 def set_label_position(self, position):
2493 """

Callers 5

align_xlabelsMethod · 0.45
align_ylabelsMethod · 0.45
_label_outer_xaxisMethod · 0.45
_label_outer_yaxisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected