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

Method get_position_3d

lib/mpl_toolkits/mplot3d/art3d.py:163–165  ·  view source on GitHub ↗

Return the (x, y, z) position of the text.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

test_text_3dFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_text_3dFunction · 0.76