MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / xyann

Method xyann

lib/matplotlib/text.py:2102–2108  ·  view source on GitHub ↗

The text position. See also *xytext* in `.Annotation`.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

get_positionMethod · 0.45
set_positionMethod · 0.45

Tested by

no test coverage detected