From 6cdf1dd8024c13d7c9445a8a559779c7bf219e9f Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Tue, 5 Nov 2013 16:07:58 +0000 Subject: [PATCH] Adds output argument --- showstyle.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/showstyle.py b/showstyle.py index e0ad36f..11a65ba 100755 --- a/showstyle.py +++ b/showstyle.py @@ -13,9 +13,7 @@ ap.add_argument('style', help='Which rc file to use. One of %s' % available) ap.add_argument('--plot', default='all', help='One of [scatter, hist, line, image], or ' 'a comma-separated list of a subset. Default is all.') ap.add_argument('--output', required=False, help='Render the plot to a file') -print "Here" args = ap.parse_args() -print "Here" matplotlib.rc_file(os.path.join(HERE, 'rc', args.style))