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

Method _get_multialignment

site-packages/matplotlib/text.py:236–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 return self.get_transform().transform_point((x, y))
235
236 def _get_multialignment(self):
237 if self._multialignment is not None:
238 return self._multialignment
239 else:
240 return self._horizontalalignment
241
242 def get_rotation(self):
243 """Return the text angle as float in degrees."""

Callers 1

_get_layoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected