aboutsummaryrefslogtreecommitdiffstats
path: root/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot.py')
-rwxr-xr-xplot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.py b/plot.py
index 23f8ee5..c542506 100755
--- a/plot.py
+++ b/plot.py
@@ -79,7 +79,7 @@ def scenario_heading(conf, want_period=False):
79 elif 'mixed' in conf: 79 elif 'mixed' in conf:
80 dist = dist + 'in [0.05, 0.95]' 80 dist = dist + 'in [0.05, 0.95]'
81 elif conf['dist'] == 'bimo': 81 elif conf['dist'] == 'bimo':
82 dist = 'util. bimodially ' 82 dist = 'util. bimodally '
83 if 'light' in conf: 83 if 'light' in conf:
84 dist = dist + 'in [0.001, 0.5] (8/9) and [0.5, 0.9] (1/9)' 84 dist = dist + 'in [0.001, 0.5] (8/9) and [0.5, 0.9] (1/9)'
85 elif 'medium' in conf: 85 elif 'medium' in conf: