Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Graphviz/DOT の HTML 機能を使用して、下付き文字をエッジ ラベルに追加するにはどうすればよいですか?
このような:
digraph g { 1 -> 2 [label=<Regular<SUB>subscript</SUB>>]; }