Skip to content

Commit 41129d7

Browse files
committed
Update sankey-diagram.md
1 parent 6b65f2e commit 41129d7

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
@@ -245,7 +245,7 @@ fig.show()
245245

246246
### Node Alignment
247247

248-
*New in 5.18*
248+
*New in 5.19*
249249

250250
You can set the alignment of nodes using `node.align`. Here are two examples with the same `source` and `target`. The first example has nodes aligned "left" and the second has nodes aligned "right". `node.align` also supports "center" and "justify". "justify" is the default if `node.align` is not set, and is similar to aligning to the "left", except that nodes without outgoing links are moved to the right of the figure.
251251

0 commit comments

Comments
 (0)