Test 分列: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<graphviz>
<graphviz>
graph 分列 {
graph 分列 {
rankdir=LR;


A [rankdir=LR; shape=record; label="{<r> Hi | <s> Hello | <t> Why }"]
A [shape=record; label="{<r> Hi | <s> Hello | <t> Why }"]
A:r -- B
A:r:s -- B:n
A:s -- C
A:s:s -- C:n
A:t -- D
A:t:s -- D:n
}
}
</graphviz>
</graphviz>

Revision as of 15:27, 13 January 2025