aboutsummaryrefslogtreecommitdiff
path: root/cr2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cr2/__init__.py')
-rw-r--r--cr2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cr2/__init__.py b/cr2/__init__.py
index 887bf7b..fd276a9 100644
--- a/cr2/__init__.py
+++ b/cr2/__init__.py
@@ -24,7 +24,7 @@ def summary_plots(**kwords):
kwords["height"] = 5
# XXX This needs to be made generic
- map_label = {0: "A7", 1: "A15"}
+ map_label = {"0000000f": "A7", "000000f0": "A15"}
gov_data.plot_temperature(**kwords)
inpower_data.plot_load(map_label, **kwords)