aboutsummaryrefslogtreecommitdiffstats
path: root/plot
diff options
context:
space:
mode:
Diffstat (limited to 'plot')
-rw-r--r--plot/style.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/plot/style.py b/plot/style.py
index ca7a112..fd1fa97 100644
--- a/plot/style.py
+++ b/plot/style.py
@@ -16,6 +16,9 @@ class StyleMap(object):
16 self.field_map = {} 16 self.field_map = {}
17 17
18 for field, values in self.__get_all()._asdict().iteritems(): 18 for field, values in self.__get_all()._asdict().iteritems():
19 if not col_list:
20 break
21
19 next_column = col_list.pop(0) 22 next_column = col_list.pop(0)
20 value_dict = {} 23 value_dict = {}
21 24