Set the rotation of the text. Parameters ---------- s : {angle in degrees, 'vertical', 'horizontal'}
(self, s)
| 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 | """ |
no outgoing calls