Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
| graphviz [2023/02/13 11:08] – add grid disposition of subgraphs phsw | graphviz [2023/02/13 14:21] (Version actuelle) – [Avoir une disposition en grille des sous-graphes indépendants] set graph order phsw | ||
|---|---|---|---|
| Ligne 66: | Ligne 66: | ||
| <code bash> | <code bash> | ||
| ccomps -x test.dot | dot | gvpack -array2 | neato -Tpng -n2 -o graph.png | ccomps -x test.dot | dot | gvpack -array2 | neato -Tpng -n2 -o graph.png | ||
| + | </ | ||
| + | |||
| + | Il est possible de préciser l' | ||
| + | <code dot> | ||
| + | digraph G1 { | ||
| + | | ||
| + | | ||
| + | } | ||
| + | digraph G2 { | ||
| + | | ||
| + | d -> {e; f;}; | ||
| + | } | ||
| + | digraph G3 { | ||
| + | | ||
| + | g -> h; | ||
| + | } | ||
| + | digraph G4 { | ||
| + | | ||
| + | i -> j; | ||
| + | } | ||
| + | digraph G5 { | ||
| + | | ||
| + | {k; l;} -> m; | ||
| + | } | ||
| </ | </ | ||