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

Method b

plotly/graph_objs/_carpet.py:128–139  ·  view source on GitHub ↗

A two dimensional array of y coordinates at each carpet point. The 'b' 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

126
127 @property
128 def b(self):
129 """
130 A two dimensional array of y coordinates at each carpet point.
131
132 The 'b' property is an array that may be specified as a tuple,
133 list, numpy array, or pandas Series
134
135 Returns
136 -------
137 numpy.ndarray
138 """
139 return self["b"]
140
141 @b.setter
142 def b(self, val):

Callers 15

loadTileMethod · 0.45
BeFunction · 0.45
updateMethod · 0.45
loadTileMethod · 0.45
addImageMethod · 0.45
updateImageMethod · 0.45
loadTileMethod · 0.45
leFunction · 0.45
updateMethod · 0.45
loadTileMethod · 0.45
addImageMethod · 0.45
updateImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected