Test 竖分解图: Difference between revisions
Jump to navigation
Jump to search
Created page with "<graphviz> graph sth { splines=false; A [shape=record; label="<one> A1 | <two> A2 | <three> A3 | <four> A4 | <five> A5 | <six> A6"] subgraph B { node [shape=plain]; B1 [label="B1"] B2 [label="B2"] B3 [label="B3"] B4 [label="B4"] B5 [label="B5"] B6 [label="B6"] } A:one -- B1 A:two -- B2 A:three -- B3 A:four -- B4 A:five -- B5 A:six -- B6 } </graphviz>" |
No edit summary |
||
Line 24: | Line 24: | ||
} | } | ||
</graphviz> | </graphviz> | ||
[[Category: Test]] |