diff options
Diffstat (limited to 'testgraph.sh')
| -rwxr-xr-x | testgraph.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testgraph.sh b/testgraph.sh index f184db9..c63ab72 100755 --- a/testgraph.sh +++ b/testgraph.sh @@ -1,4 +1,4 @@ #!/bin/bash cat - | gvpack -u > graph.dot -dot -Tpdf -o out.pdf graph.dot +dot -Goverlap=scale -Tpdf -o out.pdf graph.dot evince out.pdf |