# HG changeset patch
# User Jeff Hammel <k0scist@gmail.com>
# Date 1401733306 25200
# Node ID ad8146c60c4da6451855fda56520a91327b6cbee
# Parent  e50a95358db3be648ad7192c7b107d6d6d2f6566# Parent  34af6d5ac73c16924584b52de713c4085c461d92
merge

diff -r e50a95358db3 -r ad8146c60c4d python/gview.py
--- a/python/gview.py	Mon Jun 02 11:20:19 2014 -0700
+++ b/python/gview.py	Mon Jun 02 11:21:46 2014 -0700
@@ -26,7 +26,7 @@
         self.add_argument('-o', '--output', dest='output',
                           help="path to save to")
         self.add_argument('-e', '--program', dest='program',
-                          default='dot',
+                          default='fdp',
                           help="GraphViz program to invoke [DEFAULT: %(default)s]")
         self.add_argument('-v', '--view', dest='viewer', default='feh',
                           help="viewer")