タグ

graphvizに関するminekのブックマーク (2)

  • graphviz

    graphviz は AT&T が開発しているツールだ。 任意のグラフを視覚化してくれる。公式サイトは以下のところだ。 graphviz公式サイト graphviz (の dot コマンド) の入力は以下のような dot という言語で、 そこから様々なフォーマットの画像を出力してくれる。 digraph G { node [shape = "ellipse"]; "Syntax Tree" [shape = "box"]; "Source Program" [shape = "box"]; "Source Program" -> "Parser"; "Parser" -> "Syntax Tree" [label = "generate"]; "Evaluator" -> "Syntax Tree" [label = "evaluate"]; "Loader" -> "Syntax Tre

  • Graphviz

    Please join the Graphviz forum to ask questions and discuss Graphviz. What is Graphviz? Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual inter

  • 1