MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_horizontalalignment

Method get_horizontalalignment

site-packages/matplotlib/text.py:842–847  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

840 return self._fontproperties.get_stretch()
841
842 def get_horizontalalignment(self):
843 """
844 Return the horizontal alignment as string. Will be one of
845 'left', 'center' or 'right'.
846 """
847 return self._horizontalalignment
848
849 def get_unitless_position(self):
850 "Return the unitless position of the text as a tuple (*x*, *y*)"

Callers 1

_get_wrap_line_widthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected