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

Method set_z

lib/mpl_toolkits/mplot3d/art3d.py:184–193  ·  view source on GitHub ↗

Set the *z* position of the text. Parameters ---------- z : float

(self, z)

Source from the content-addressed store, hash-verified

182 self._dir_vec = get_dir_vector(zdir)
183
184 def set_z(self, z):
185 """
186 Set the *z* position of the text.
187
188 Parameters
189 ----------
190 z : float
191 """
192 self._z = z
193 self.stale = True
194
195 def set_3d_properties(self, z=0, zdir='z', axlim_clip=False):
196 """

Callers 1

set_position_3dMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected