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

Method b0

plotly/graph_objs/_carpet.py:146–159  ·  view source on GitHub ↗

Alternate to `b`. Builds a linear space of a coordinates. Use with `db` where `b0` is the starting coordinate and `db` the step. The 'b0' property is a number and may be specified as: - An int or float Returns ------- int|float

(self)

Source from the content-addressed store, hash-verified

144
145 @property
146 def b0(self):
147 """
148 Alternate to `b`. Builds a linear space of a coordinates. Use
149 with `db` where `b0` is the starting coordinate and `db` the
150 step.
151
152 The 'b0' property is a number and may be specified as:
153 - An int or float
154
155 Returns
156 -------
157 int|float
158 """
159 return self["b0"]
160
161 @b0.setter
162 def b0(self, val):

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected