From 9307fa69feed3a72927858538fbed9546c0fd451 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 12 Nov 2018 20:35:57 -0500 Subject: Command-line parsing and miscellaneous fixes --- testgraph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testgraph.sh') 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 -- cgit v1.1