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

Method value

plotly/graph_objs/_volume.py:1138–1149  ·  view source on GitHub ↗

Sets the 4th dimension (value) of the vertices. The 'value' 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

1136
1137 @property
1138 def value(self):
1139 """
1140 Sets the 4th dimension (value) of the vertices.
1141
1142 The 'value' property is an array that may be specified as a tuple,
1143 list, numpy array, or pandas Series
1144
1145 Returns
1146 -------
1147 numpy.ndarray
1148 """
1149 return self["value"]
1150
1151 @value.setter
1152 def value(self, val):

Callers 14

treFunction · 0.45
DreFunction · 0.45
rneFunction · 0.45
xseFunction · 0.45
kseFunction · 0.45
ZceFunction · 0.45
nheFunction · 0.45
widgetbundle.jsFile · 0.45
gheFunction · 0.45
plotly.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected