Test 竖分解图

From 清冽之泉
Revision as of 10:57, 18 January 2025 by Mwroot (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search