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.
ここにあるようなドット言語でツリーを作成しました。
ツリーを下向きではなく右向きに拡張する方法はありますか(ルートノードが左側にあり、子が右側に移動します)。
基本的なレイアウトに固執する限り、非常に簡単です。rankdir ="LR"を最上位の定義の近くに配置します。何かのようなもの
digraph unix { size="6,6"; rankdir="LR"; ... }