diff options
Diffstat (limited to 'plot.py')
-rwxr-xr-x | plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |