Difference between revisions of "Graph"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "<graphviz> digraph g { Node1 -> Node2 [ label="Edge" ] </graphviz>")
 
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
 
digraph g {
 
digraph g {
Node1 -> Node2 [ label="Edge" ]  
+
Node1 -> Node2 [ label='Edge' ]  
 +
}
 
</graphviz>
 
</graphviz>

Revision as of 09:49, 1 February 2019