Skip to content

Commit 1107450

Browse files
committed
Update sankey-diagram.md
1 parent 378f9aa commit 1107450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/sankey-diagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fig = go.Figure(data=[go.Sankey(
4949
pad = 15,
5050
thickness = 20,
5151
line = dict(color = "black", width = 0.5),
52-
# label = ["A1", "A2", "A1", "B2", "C1", "C2"],
52+
label = ["A1", "A2", "B1", "B2", "C1", "C2"],
5353
color = "blue"
5454
),
5555
link = dict(

0 commit comments

Comments
 (0)