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

Method set_label_position

lib/matplotlib/axis.py:2492–2500  ·  view source on GitHub ↗

Set the label position (top or bottom) Parameters ---------- position : {'top', 'bottom'}

(self, position)

Source from the content-addressed store, hash-verified

2490 return self.label_position
2491
2492 def set_label_position(self, position):
2493 """
2494 Set the label position (top or bottom)
2495
2496 Parameters
2497 ----------
2498 position : {'top', 'bottom'}
2499 """
2500 raise NotImplementedError()
2501
2502 def get_minpos(self):
2503 raise NotImplementedError()

Callers 9

twinxMethod · 0.45
twinyMethod · 0.45
set_alignmentMethod · 0.45
test_align_labelsFunction · 0.45
test_align_titlesFunction · 0.45
ticks_top_right.pyFile · 0.45
titles_demo.pyFile · 0.45

Calls

no outgoing calls

Tested by 4

test_align_labelsFunction · 0.36
test_align_titlesFunction · 0.36