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

Method set_rotation

site-packages/matplotlib/text.py:1152–1161  ·  view source on GitHub ↗

Set the rotation of the text. Parameters ---------- s : {angle in degrees, 'vertical', 'horizontal'}

(self, s)

Source from the content-addressed store, hash-verified

1150 self.stale = True
1151
1152 def set_rotation(self, s):
1153 """
1154 Set the rotation of the text.
1155
1156 Parameters
1157 ----------
1158 s : {angle in degrees, 'vertical', 'horizontal'}
1159 """
1160 self._rotation = s
1161 self.stale = True
1162
1163 def set_verticalalignment(self, align):
1164 """

Callers 15

drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
get_window_extentMethod · 0.80
set_default_angleMethod · 0.80
test_labelbaseFunction · 0.80
autofmt_xdateMethod · 0.80
update_positionMethod · 0.80
update_positionMethod · 0.80
test_align_labelsFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_labelbaseFunction · 0.64
test_align_labelsFunction · 0.64