Personal tools
You are here: Home ブログ アリエル開発者のブログ Graphvizでアリエルの人間関係をマップ
Document Actions

Graphvizでアリエルの人間関係をマップ

井上さんがGraphviz(http://www.graphviz.org/)で遊んでいたので、使い方を教えてもらいました。

アリエルの人間関係をマップしてみました。

images/ariel-map.gif/image_preview

使い方は簡単です。 次のようなテキストファイルを用意します。

digraph Ariel {
   hamo->inoue [label="control"];
   hamo->ohtani [label="control"];
   hamo->anaka [label="control"];
   hamo->suzaki [label="control"];

   hamo->hamagishi [label="dominate"];
   anaka->fukushima [label="dominate"];

   hamagishi->inoue [label="resist"];
   fukushima->hamo [label="resist"];

   ohtani->fukushima [label="conflict"];
   fukushima->ohtani [label="conflict"];
}

上のファイルのファイル名をin.dotとすると、

$ dot in.dot -Tgif -o ariel-map.gif

とします。

アリエルの人間関係は比較的単純です。

Category(s)
いろいろ
The URL to Trackback this entry is:
http://dev.ariel-networks.com/Members/dev/graphviz4eba959395a24fc2309230de30c3/tbping
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)
(Required)
(Required)
This helps us prevent automated spamming.
Captcha Image


Copyright(C) 2001 - 2006 Ariel Networks, Inc. All rights reserved.