[Pkg-haskell-commits] darcs: tools: Vertically tighter, more horizontal space
Joachim Breitner
mail at joachim-breitner.de
Wed Aug 4 20:41:06 UTC 2010
Wed Aug 4 20:40:43 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Vertically tighter, more horizontal space
Ignore-this: c80b40c050e6997413e48cd0de47d25c
M ./gengraph.sh -1 +1
Wed Aug 4 20:40:43 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Vertically tighter, more horizontal space
Ignore-this: c80b40c050e6997413e48cd0de47d25c
diff -rN -u old-tools/gengraph.sh new-tools/gengraph.sh
--- old-tools/gengraph.sh 2010-08-04 20:41:06.373459532 +0000
+++ new-tools/gengraph.sh 2010-08-04 20:41:06.373459532 +0000
@@ -1,3 +1,3 @@
#!/bin/bash
-python haskell-pkg-graph.py | tred | dot -Tpdf -Gmclimit=400.0 -Gnslimit=400.0 -Granksep=2 -Grankdir=LR -Gsplines=ortho -Nshape=box -o haskell-pkg-graph.pdf
+python haskell-pkg-graph.py | tred | dot -Tpdf -Gmclimit=400.0 -Gnslimit=400.0 -Granksep=3 -Grankdir=LR -Gsplines=ortho -Gnodesep=0.1 -Nheight=0.1 -Nshape=box -o haskell-pkg-graph.pdf
More information about the Pkg-haskell-commits
mailing list