Test 三角形: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 68: | Line 68: | ||
无罪 [shape=trapezium, fillcolor=green, width=3.0, height=0.6, label="无罪", pos="1,1!"] | 无罪 [shape=trapezium, fillcolor=green, width=3.0, height=0.6, label="无罪", pos="1,1!"] | ||
} | |||
</graphviz> | |||
<graphviz> | |||
digraph pyramid { | |||
node [shape=plaintext] | |||
pyramid [ | |||
label=< | |||
<TABLE BORDER="1" CELLBORDER="0" CELLSPACING="0"> | |||
<TR><TD BGCOLOR="red" FIXEDSIZE="TRUE" WIDTH="100" HEIGHT="30">重罪</TD></TR> | |||
<TR><TD BGCOLOR="yellow" FIXEDSIZE="TRUE" WIDTH="160" HEIGHT="30">轻罪</TD></TR> | |||
<TR><TD BGCOLOR="green" FIXEDSIZE="TRUE" WIDTH="220" HEIGHT="30">无罪</TD></TR> | |||
</TABLE> | |||
> | |||
]; | |||
} | } | ||
</graphviz> | </graphviz> |
Latest revision as of 15:55, 23 September 2025



