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

Method get_horizontalalignment

lib/matplotlib/text.py:1001–1006  ·  view source on GitHub ↗

Return the horizontal alignment as a string. Will be one of 'left', 'center' or 'right'.

(self)

Source from the content-addressed store, hash-verified

999 return self._fontproperties.get_stretch()
1000
1001 def get_horizontalalignment(self):
1002 """
1003 Return the horizontal alignment as a string. Will be one of
1004 'left', 'center' or 'right'.
1005 """
1006 return self._horizontalalignment
1007
1008 def get_unitless_position(self):
1009 """Return the (x, y) unitless position of the text."""

Callers 15

_get_wrap_line_widthMethod · 0.95
_va_for_angleMethod · 0.95
_set_text_positionMethod · 0.80
get_bboxMethod · 0.80
update_positionMethod · 0.80
draw_textMethod · 0.80
test_label_shiftFunction · 0.80
test_move_offsetlabelFunction · 0.80

Calls

no outgoing calls