From 9e05cc4a954381f0c35c765daaccd8cd93fda74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=2E=20Brandenburg?= Date: Thu, 10 Jun 2010 21:16:36 -0400 Subject: add --smooth option --- plot.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plot.py') diff --git a/plot.py b/plot.py index 8ac3838..13cc6a7 100755 --- a/plot.py +++ b/plot.py @@ -20,6 +20,7 @@ options = [ # formatting options # These may or may not be supported by a particular experiment plotter. + o(None, '--smooth', action='store_true', dest='smooth'), o(None, '--paper', action='store_true', dest='paper'), o(None, '--wide', action='store_true', dest='wide'), o(None, '--column', action='store_true', dest='column'), @@ -42,6 +43,7 @@ defaults = { 'alternate' : False, 'column' : False, 'slides' : False, + 'smooth' : False, # legacy "options" that are not actually options. 'xrange' : (0.5, 32.5), -- cgit v1.2.2