Toggle navigation
GATECSE
Home
Tools
Recent Changes
Special Pages
Upload a File
Log in
Difference between revisions of "Graphviz"
Revision as of 09:54, 13 October 2014
(
view source
)
Arjun Suresh
(
talk
|
contribs
)
(
→
Graph
)
← Older edit
Revision as of 09:58, 13 October 2014
(
view source
)
Arjun Suresh
(
talk
|
contribs
)
Newer edit →
Line 2:
Line 2:
=Graph=
=Graph=
−
<graphviz caption='2014.10.11'>
−
digraph tree {
−
node [color=lightblue2, style=filled];
−
−
"10"-> "8";
−
"10"->"7";
−
"8"->"3";
−
"8"->"2";
−
"7" -> "1";
−
"7" -> "5";
−
}
−
</graphviz>
Revision as of 09:58, 13 October 2014
Graph
Graph
[
edit
]