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

Method get_rotation_mode

lib/matplotlib/text.py:375–377  ·  view source on GitHub ↗

Return the text rotation mode.

(self)

Source from the content-addressed store, hash-verified

373 self.stale = True
374
375 def get_rotation_mode(self):
376 """Return the text rotation mode."""
377 return self._rotation_mode
378
379 def set_antialiased(self, antialiased):
380 """

Callers 5

_get_layoutMethod · 0.95
draw_textMethod · 0.80
_draw_text_as_textMethod · 0.80
test_pie_textpropsFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_pie_textpropsFunction · 0.64