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

Method x

plotly/graph_objs/_bar.py:1299–1310  ·  view source on GitHub ↗

Sets the x coordinates. The 'x' 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

1297
1298 @property
1299 def x(self):
1300 """
1301 Sets the x coordinates.
1302
1303 The 'x' property is an array that may be specified as a tuple,
1304 list, numpy array, or pandas Series
1305
1306 Returns
1307 -------
1308 numpy.ndarray
1309 """
1310 return self["x"]
1311
1312 @x.setter
1313 def x(self, val):

Callers 15

xsFunction · 0.45
ZcFunction · 0.45
VMFunction · 0.45
WMFunction · 0.45
lFunction · 0.45
possiblyEvaluateMethod · 0.45
LFunction · 0.45
GoFunction · 0.45
lfFunction · 0.45
GDFunction · 0.45
XCeFunction · 0.45
pFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected