Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_layout
Method · 0.95
draw_text
Method · 0.80
_draw_text_as_text
Method · 0.80
test_pie_textprops
Function · 0.80
test_tick_param_label_rotation
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_pie_textprops
Function · 0.64
test_tick_param_label_rotation
Function · 0.64