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

Method array

plotly/graph_objs/bar/_error_y.py:29–41  ·  view source on GitHub ↗

Sets the data corresponding the length of each error bar. Values are plotted relative to the underlying data. The 'array' property is an array that may be specified as a tuple, list, numpy array, or pandas Series Returns ------- numpy.ndarra

(self)

Source from the content-addressed store, hash-verified

27
28 @property
29 def array(self):
30 """
31 Sets the data corresponding the length of each error bar.
32 Values are plotted relative to the underlying data.
33
34 The 'array' property is an array that may be specified as a tuple,
35 list, numpy array, or pandas Series
36
37 Returns
38 -------
39 numpy.ndarray
40 """
41 return self["array"]
42
43 @array.setter
44 def array(self, val):

Callers 15

to_scalar_or_listFunction · 0.45
is_homogeneous_arrayFunction · 0.45
validate_coerceMethod · 0.45
validate_coerceMethod · 0.45
SVG_pathFunction · 0.45
clean_to_json_compatibleFunction · 0.45
get_dendrogram_tracesMethod · 0.45
_compute_hexbinFunction · 0.45
_compute_wgs84_hexbinFunction · 0.45
_hexagons_to_geojsonFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls