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

Method start

plotly/graph_objs/surface/contours/_y.py:182–194  ·  view source on GitHub ↗

Sets the starting contour level value. Must be less than `contours.end` The 'start' 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

180
181 @property
182 def start(self):
183 """
184 Sets the starting contour level value. Must be less than
185 `contours.end`
186
187 The 'start' property is a number and may be specified as:
188 - An int or float
189
190 Returns
191 -------
192 int|float
193 """
194 return self["start"]
195
196 @start.setter
197 def start(self, val):

Callers 10

ensure_serverFunction · 0.45
vsFunction · 0.45
arFunction · 0.45
seekMethod · 0.45
NsFunction · 0.45
PtFunction · 0.45
plotly.min.jsFile · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected