Difference between revisions of "Graph"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph g { | digraph g { | ||
− | + | Vertice1 -> Vertice2 [ label="Edge1" ] | |
} | } | ||
</graphviz> | </graphviz> |