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

Method align

plotly/graph_objs/sankey/_node.py:35–48  ·  view source on GitHub ↗

Sets the alignment method used to position the nodes along the horizontal axis. The 'align' property is an enumeration that may be specified as: - One of the following enumeration values: ['justify', 'left', 'right', 'center'] Returns

(self)

Source from the content-addressed store, hash-verified

33
34 @property
35 def align(self):
36 """
37 Sets the alignment method used to position the nodes along the
38 horizontal axis.
39
40 The 'align' property is an enumeration that may be specified as:
41 - One of the following enumeration values:
42 ['justify', 'left', 'right', 'center']
43
44 Returns
45 -------
46 Any
47 """
48 return self["align"]
49
50 @align.setter
51 def align(self, val):

Callers 12

gFunction · 0.45
beFunction · 0.45
yFunction · 0.45
LleFunction · 0.45
NFunction · 0.45
QytFunction · 0.45
TFunction · 0.45
YFunction · 0.45
gFunction · 0.45
_eFunction · 0.45
yFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected