diff python/gview.py @ 688:ad8146c60c4d

merge
author Jeff Hammel <k0scist@gmail.com>
date Mon, 02 Jun 2014 11:21:46 -0700
parents 34af6d5ac73c
children 5e8d3f68a997
line wrap: on
line diff
--- 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")