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

Method pie

plotly/graph_objs/layout/template/_data.py:577–589  ·  view source on GitHub ↗

The 'pie' property is a tuple of instances of Pie that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Pie - A list or tuple of dicts of string/value properties that will be passed to the Pie constructor

(self)

Source from the content-addressed store, hash-verified

575
576 @property
577 def pie(self):
578 """
579 The 'pie' property is a tuple of instances of
580 Pie that may be specified as:
581 - A list or tuple of instances of plotly.graph_objs.layout.template.data.Pie
582 - A list or tuple of dicts of string/value properties that
583 will be passed to the Pie constructor
584
585 Returns
586 -------
587 tuple[plotly.graph_objs.layout.template.data.Pie]
588 """
589 return self["pie"]
590
591 @pie.setter
592 def pie(self, val):

Callers 3

test_pie_like_pxFunction · 0.80
plotly-express.pyFile · 0.80

Calls

no outgoing calls

Tested by 2

test_pie_like_pxFunction · 0.64