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

Method row

plotly/graph_objs/pie/_domain.py:34–47  ·  view source on GitHub ↗

If there is a layout grid, use the domain for this row in the grid for this pie trace . The 'row' property is an integer and may be specified as: - An int (or float that will be cast to an int) in the interval [0, 9223372036854775807] Returns

(self)

Source from the content-addressed store, hash-verified

32
33 @property
34 def row(self):
35 """
36 If there is a layout grid, use the domain for this row in the
37 grid for this pie trace .
38
39 The 'row' property is an integer and may be specified as:
40 - An int (or float that will be cast to an int)
41 in the interval [0, 9223372036854775807]
42
43 Returns
44 -------
45 int
46 """
47 return self["row"]
48
49 @row.setter
50 def row(self, val):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected