Graph: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<graphviz> digraph g { Node1 -> Node2 [ label="Edge" ] </graphviz>") |
No edit summary |
||
| Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph g { | digraph g { | ||
Node1 -> Node2 [ label= | Node1 -> Node2 [ label='Edge' ] | ||
} | |||
</graphviz> | </graphviz> | ||
Revision as of 07:49, 1 February 2019
