PlantUML:グラフ構造
グラフ構造(graph structure)
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:グラフ構造/graph.pu#.svg
code:graph.pu
@startdot
graph G {
1 -- 2;
2 -- 5;
1 -- 5;
2 -- 3;
3 -- 4;
4 -- 5;
4 -- 6;
{rank = same; 2; 5;}
{rank = same; 3; 4;}
}
@enddot