From 0c28870f3f9dd5fe3c029a63ab4149de5f2beb59 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Wed, 13 Feb 2013 16:26:34 -0500 Subject: Removed TupleTable calculation from plot_exps.py --- plot/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot') diff --git a/plot/style.py b/plot/style.py index 7e964b0..ca7a112 100644 --- a/plot/style.py +++ b/plot/style.py @@ -7,7 +7,7 @@ class Style(namedtuple('SS', ['marker', 'line', 'color'])): class StyleMap(object): '''Maps configs (dicts) to specific line styles.''' - DEFAULT = Style('.', '-', 'k') + DEFAULT = Style('', '', 'k') def __init__(self, col_list, col_values): '''Assign (some) columns in @col_list to fields in @Style to vary, and -- cgit v1.2.2