タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

graphvizに関するjewel12のブックマーク (4)

  • Attributes

    Instructions to customise the layout of Graphviz nodes, edges, graphs, subgraphs, and clusters. The table below describes the attributes used by various Graphviz tools. The table gives the name of the attribute, the graph components (node, edge, etc.) which use the attribute and the type of the attribute (strings representing legal values of that type). Where applicable, the table also gives a def

  • Graphviz::DSL 0.02をリリースしました - Shohei Yoshida's Diary

    Graphviz-DSL-0.02 - Graphviz Perl interface with DSL - metacpan.org Graphviz::DSL 0.02をリリースしましたので、非互換修正、新機能に ついて紹介します。 リポジトリ syohex/p5-Graphviz-DSL · GitHub 非互換な修正 edgeメソッドの第一引数が Stringから ArrayRefへなりました。 従来の方法だと使えない文字列がでてきたりしたので変更しました。 Perlだと fat commaが使えるので視覚的にも良いかと思います。 # 従来 edge 'a_b'; # aから bの edge # 0.02 edge ['a' => 'b'] # 同上 以降は新機能の紹介です。 subgraphへの edgeの対応 dotの仕様では edgeの始点・終点に subgraphが指定でき

    Graphviz::DSL 0.02をリリースしました - Shohei Yoshida's Diary
  • canviz: graphviz on a canvas

    Loading... Graph file Layout engine Magnification

  • graphviz のインストール - Wikiducca

    概要 CentOS5.1 に yum を用いて graphviz の最新版をインストールする。 graphviz とは オープンソースのグラフ描画アプリケーション。 オブジェクトと接続要素をテキストで書くと、関連をわかりやすい形で図にしてくれる魔法のようなソフトウェア。 yum 用のリポジトリを追加 標準のリポジトリに graphviz は含まれていないため、www.graphviz.org のリポジトリを追加する。 [root@server ~]# cd /etc/yum.repos.d/ [root@server yum.repos.d]# ls -la 合計 48 drwxr-xr-x 2 root root 4096 12月 6 16:43 . drwxr-xr-x 96 root root 12288 5月 3 11:13 .. -rw-r--r-- 1 root root 20

  • 1