Better layout for module view.

This commit is contained in:
Vincent St-Amour 2014-02-24 12:20:53 -05:00
parent 6561bf706f
commit 193e102b25

View File

@ -200,6 +200,7 @@
(with-output-to-report-file
module-graph-dot-file
(printf "digraph {\n")
(printf "rankdir=LR\n")
(define nodes->names (for/hash ([n nodes]) (values n (gensym))))
(define node->labels (make-shortener nodes))
(for ([n nodes])