aboutsummaryrefslogtreecommitdiff
path: root/testgraph.sh
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2018-11-12 20:35:57 -0500
committerFranklin Wei <me@fwei.tk>2018-11-12 20:35:57 -0500
commit9307fa69feed3a72927858538fbed9546c0fd451 (patch)
tree2be1fe72e022c7e8e22f206b5fa434b1603f43d5 /testgraph.sh
parentbb87e0d168d01ca4a02d6d438f165e6f20bebbf0 (diff)
downloadcircgraph-9307fa69feed3a72927858538fbed9546c0fd451.zip
circgraph-9307fa69feed3a72927858538fbed9546c0fd451.tar.gz
circgraph-9307fa69feed3a72927858538fbed9546c0fd451.tar.bz2
circgraph-9307fa69feed3a72927858538fbed9546c0fd451.tar.xz
Command-line parsing and miscellaneous fixes
Diffstat (limited to 'testgraph.sh')
-rwxr-xr-xtestgraph.sh2
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