diff options
Diffstat (limited to 'plot.py')
-rwxr-xr-x | plot.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ def scenario_heading(conf, want_period=False): | |||
67 | dist = dist + 'in [0.1, 0.4]' | 67 | dist = dist + 'in [0.1, 0.4]' |
68 | elif 'heavy' in conf: | 68 | elif 'heavy' in conf: |
69 | dist = dist + 'in [0.5, 0.9]' | 69 | dist = dist + 'in [0.5, 0.9]' |
70 | elif 'mixed' in conf: | ||
71 | dist = dist + 'in [0.05, 0.95]' | ||
70 | elif conf['dist'] == 'bimo': | 72 | elif conf['dist'] == 'bimo': |
71 | dist = 'util. bimodially ' | 73 | dist = 'util. bimodially ' |
72 | if 'light' in conf: | 74 | if 'light' in conf: |