dot :
nodesep = 1
neato :
edge [len = 1]
tester aussi avec "sfdp", ça marche bien !
positionner les noeuds :
http://www.graphviz.org/content/set-positions-node
rankdir = LR ranksep = 1.5 edge [len = 1.5] splines = polyline overlap = scale
Sortie x11 : pour explorer un gros graphe
dot myfile.dot -Tx11
Multiple pages
Source : http://stackoverflow.com/a/28263431
What about this:
dot -Tps2 forest.gv -o forest.ps
ps2pdf forest.ps
The main difference is it uses -Tps2