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.
下の写真のように2つのグラフを描きたいですか?それを達成する方法は?
Graphviz( http://www.graphviz.org/ )を使用すると、次のような手動スクリプトがエクスポートされます。
digraph vis{ rankdir=LR; "P"->"Q"; "P"->"R"; "Q"->"S"; "S"->"T"; }
* .epsファイル(および他の多くのタイプ)として、ここに投稿したものと同じように、texの{figure}ブロックで参照できます。