Set the *y* position of the text. Parameters ---------- y : float
(self, y)
| 1376 | self.stale = True |
| 1377 | |
| 1378 | def set_y(self, y): |
| 1379 | """ |
| 1380 | Set the *y* position of the text. |
| 1381 | |
| 1382 | Parameters |
| 1383 | ---------- |
| 1384 | y : float |
| 1385 | """ |
| 1386 | self._y = y |
| 1387 | self.stale = True |
| 1388 | |
| 1389 | def set_rotation(self, s): |
| 1390 | """ |
no outgoing calls