The original description page was here. All following user names refer to en.wikipedia.
This image was made using a tool for drawing directed graphs called dot, which is a part of the graphviz package of tools for manipulating and visualizing graphs. It was made by issuing the following command:
dot -Tpng Tred-G.dot -o Tred-G.png
The contents of the dot file Tred-G.dot were:
digraph g {
a -> b;
a -> c;
a -> d;
a -> e;
b -> d;
c -> d;
c -> e;
d -> e;
}
Image:Tred-G.svg - not replacing this just yet, until resolution of the problem preventing raw Graphviz SVG output from being accepted by MediaWiki (possibly bug 4388).
(This image was made using a tool called dot, which is a part of the graphviz package of tools for manipulating and visualizing graphs.)
原始上傳日誌
Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.
(del) (cur) 01:55, 18 January 2006 . . en:User:Lyonsam Lyonsam (Talk) . . 284x351 (2669 bytes) (This image was made using a tool called dot, which is a part of the graphviz package of tools for manipulating and visualizing graphs.)
La bildo estas kopiita de wikipedia:en. La originala priskribo estas: This image was made using a tool for drawing directed graphs called dot, which is a part of the graphviz package of tools for manipulating and visualizing graphs. It was made by issui