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

Method node

plotly/graph_objs/_sankey.py:379–393  ·  view source on GitHub ↗

The nodes of the Sankey plot. The 'node' property is an instance of Node that may be specified as: - An instance of :class:`plotly.graph_objs.sankey.Node` - A dict of string/value properties that will be passed to the Node constructor

(self)

Source from the content-addressed store, hash-verified

377
378 @property
379 def node(self):
380 """
381 The nodes of the Sankey plot.
382
383 The 'node' property is an instance of Node
384 that may be specified as:
385 - An instance of :class:`plotly.graph_objs.sankey.Node`
386 - A dict of string/value properties that will be passed
387 to the Node constructor
388
389 Returns
390 -------
391 plotly.graph_objs.sankey.Node
392 """
393 return self["node"]
394
395 @node.setter
396 def node(self, val):

Callers 15

tFunction · 0.80
"src/plots/plots.js"Function · 0.80
leFunction · 0.80
qFunction · 0.80
oeFunction · 0.80
FFunction · 0.80
seFunction · 0.80
feFunction · 0.80
wtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected