Test 三角形: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
// 不可见连接确保正确重叠 | // 不可见连接确保正确重叠 | ||
底层 -> 中层 -> 顶层 [style=invis] | 底层 -> 中层 -> 顶层 [style=invis] | ||
} | |||
</graphviz> | |||
<graphviz> | |||
digraph { | |||
rankdir=TB | |||
nodesep=0.05 | |||
node [style=filled] | |||
重罪 [shape=triangle, fillcolor=red, label="重罪", width=0.8] | |||
轻罪 [shape=trapezium, fillcolor=yellow, label="轻罪", width=1.6] | |||
无罪 [shape=trapezium, fillcolor=green, label="无罪", width=2.4] | |||
重罪 -> 轻罪 -> 无罪 [style=invis] | |||
} | } | ||
</graphviz> | </graphviz> |
Revision as of 15:48, 23 September 2025

