The text position. See also *xytext* in `.Annotation`.
(self)
| 2100 | |
| 2101 | @property |
| 2102 | def xyann(self): |
| 2103 | """ |
| 2104 | The text position. |
| 2105 | |
| 2106 | See also *xytext* in `.Annotation`. |
| 2107 | """ |
| 2108 | return self.get_position() |
| 2109 | |
| 2110 | @xyann.setter |
| 2111 | def xyann(self, xytext): |
nothing calls this directly
no test coverage detected