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.
RGL はグラフからの DOT ファイルの書き込みをサポートしていますが、DOT ファイルからグラフを作成することは可能ですか?
(明らかに、自分で DOT ファイルを解析してグラフを作成できますが、この機能が既に存在するかどうか疑問に思っています)。
まず、「ドット」コマンドを提供するgraphvizをインストールする必要があります。その後、実行できます
dot -Tpng graph.dot > output.png
しかし、ドットをインストールした後、rglメソッド write_to_graphic_file は、次のようなことをすると自動的に画像を書き込むことがわかりました
graph_obj.write_to_graphic_file('png')