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

Method get_verticalalignment

lib/matplotlib/text.py:1026–1031  ·  view source on GitHub ↗

Return the vertical alignment as a string. Will be one of 'top', 'center', 'bottom', 'baseline' or 'center_baseline'.

(self)

Source from the content-addressed store, hash-verified

1024 return self._text
1025
1026 def get_verticalalignment(self):
1027 """
1028 Return the vertical alignment as a string. Will be one of
1029 'top', 'center', 'bottom', 'baseline' or 'center_baseline'.
1030 """
1031 return self._verticalalignment
1032
1033 def get_window_extent(self, renderer=None, dpi=None):
1034 """

Calls

no outgoing calls