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

Method end

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

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

46
47 @property
48 def end(self):
49 """
50 Sets the end contour level value. Must be more than
51 `contours.start`
52
53 The 'end' property is a number and may be specified as:
54 - An int or float
55
56 Returns
57 -------
58 int|float
59 """
60 return self["end"]
61
62 @end.setter
63 def end(self, val):

Callers 15

vsFunction · 0.45
aFunction · 0.45
OFunction · 0.45
zeFunction · 0.45
nFunction · 0.45
seekMethod · 0.45
NsFunction · 0.45
plotly.min.jsFile · 0.45
KStFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected