Return the (x, y, z) position of the text.
(self)
| 161 | self.set_3d_properties(z, zdir, axlim_clip) |
| 162 | |
| 163 | def get_position_3d(self): |
| 164 | """Return the (x, y, z) position of the text.""" |
| 165 | return self._x, self._y, self._z |
| 166 | |
| 167 | def set_position_3d(self, xyz, zdir=None): |
| 168 | """ |