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

Method sum

plotly/graph_objs/layout/_ternary.py:112–124  ·  view source on GitHub ↗

The number each triplet should sum to, and the maximum range of each axis The 'sum' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float

(self)

Source from the content-addressed store, hash-verified

110
111 @property
112 def sum(self):
113 """
114 The number each triplet should sum to, and the maximum range of
115 each axis
116
117 The 'sum' property is a number and may be specified as:
118 - An int or float in the interval [0, inf]
119
120 Returns
121 -------
122 int|float
123 """
124 return self["sum"]
125
126 @sum.setter
127 def sum(self, val):

Callers 15

_ilr_inverseFunction · 0.45
MtFunction · 0.45
seFunction · 0.45
aeFunction · 0.45
jFunction · 0.45
QFunction · 0.45
WtFunction · 0.45
CeFunction · 0.45
YeFunction · 0.45
plotly.min.jsFile · 0.45

Calls

no outgoing calls