タグ

graphvizに関するHoshi-KNのブックマーク (3)

  • ブログ用の図表を描くのが面倒なのでGraphvizを使っていきたい所存

    グラフを描かずにグラフを描きたい ひとりぶろぐのmoyashi (@hitoriblog) です。 ブログに使う図表。描くのが面倒で、つい文章説明で済ませてしまいがち。 図というと、Adobe Illustratorや、OmniGraffleなどのドロー系グラフィックソフトで作るものだという先入観がありますが、テキストで記述した指示を元に、図を描画するタイプのソフトウェアがあります。 定番に、Graphvizというものがあるそう。Graphvizは無向グラフ/有向グラフ描画に特化したソフトウェア。フローチャートのようなグラフが描画できます。 @hitoriblog graphvizとか定番ですねー — Genki Takiuchi (@takiuchi) August 14, 2013 こんな感じのグラフが描けます。 Gallery | Graphviz – Graph Visualiza

    ブログ用の図表を描くのが面倒なのでGraphvizを使っていきたい所存
  • Doxygen: Main Page

    Generate documentation from source code Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D. Doxygen can help you in three ways: It can generate an on-line docu

    Hoshi-KN
    Hoshi-KN 2011/03/02
    graphvizと連携させると関数のコールツリーを出力させることができる。
  • 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

    Hoshi-KN
    Hoshi-KN 2011/03/02
    dot言語からグラフを生成する。doxygenとの連携が便利!
  • 1