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

Method get_transform_rotates_text

lib/matplotlib/text.py:347–351  ·  view source on GitHub ↗

Return whether rotations of the transform affect the text direction.

(self)

Source from the content-addressed store, hash-verified

345 return self._rotation
346
347 def get_transform_rotates_text(self):
348 """
349 Return whether rotations of the transform affect the text direction.
350 """
351 return self._transform_rotates_text
352
353 def set_rotation_mode(self, m):
354 """

Callers 1

get_rotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected