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

Method sankey

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

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

(self)

Source from the content-addressed store, hash-verified

594
595 @property
596 def sankey(self):
597 """
598 The 'sankey' property is a tuple of instances of
599 Sankey that may be specified as:
600 - A list or tuple of instances of plotly.graph_objs.layout.template.data.Sankey
601 - A list or tuple of dicts of string/value properties that
602 will be passed to the Sankey constructor
603
604 Returns
605 -------
606 tuple[plotly.graph_objs.layout.template.data.Sankey]
607 """
608 return self["sankey"]
609
610 @sankey.setter
611 def sankey(self, val):

Callers 4

gFunction · 0.80
fYtFunction · 0.80
AFunction · 0.80
gFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected