MCPcopy Index your code
hub / github.com/plotly/plotly.py / w

Method w

plotly/graph_objs/_cone.py:1177–1188  ·  view source on GitHub ↗

Sets the z components of the vector field. The 'w' property is an array that may be specified as a tuple, list, numpy array, or pandas Series Returns ------- numpy.ndarray

(self)

Source from the content-addressed store, hash-verified

1175
1176 @property
1177 def w(self):
1178 """
1179 Sets the z components of the vector field.
1180
1181 The 'w' property is an array that may be specified as a tuple,
1182 list, numpy array, or pandas Series
1183
1184 Returns
1185 -------
1186 numpy.ndarray
1187 """
1188 return self["w"]
1189
1190 @w.setter
1191 def w(self, val):

Callers 15

parseMethod · 0.45
_getImagesForIdsMethod · 0.45
addDashMethod · 0.45
constructorMethod · 0.45
ViMethod · 0.45
getTerrainDataMethod · 0.45
constructorMethod · 0.45
triggerMethod · 0.45
_updateDiffMethod · 0.45
isStyleLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected