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

Method link

plotly/graph_objs/_sankey.py:294–308  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

292
293 @property
294 def link(self):
295 """
296 The links of the Sankey plot.
297
298 The 'link' property is an instance of Link
299 that may be specified as:
300 - An instance of :class:`plotly.graph_objs.sankey.Link`
301 - A dict of string/value properties that will be passed
302 to the Link constructor
303
304 Returns
305 -------
306 plotly.graph_objs.sankey.Link
307 """
308 return self["link"]
309
310 @link.setter
311 def link(self, val):

Callers 15

gFunction · 0.80
bFunction · 0.80
dFunction · 0.80
DnFunction · 0.80
blFunction · 0.80
drFunction · 0.80
srFunction · 0.80
fsFunction · 0.80
SlFunction · 0.80
klFunction · 0.80
tuFunction · 0.80
YnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected