From abd5fc5441da3a2b1ba8427a5aa1847d9bb7daa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=2E=20Brandenburg?= Date: Sat, 20 Mar 2010 13:26:56 -0400 Subject: Add support for uni_mixed distribution. --- plot.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plot.py') diff --git a/plot.py b/plot.py index befd7ee..6e6f006 100755 --- a/plot.py +++ b/plot.py @@ -67,6 +67,8 @@ def scenario_heading(conf, want_period=False): dist = dist + 'in [0.1, 0.4]' elif 'heavy' in conf: dist = dist + 'in [0.5, 0.9]' + elif 'mixed' in conf: + dist = dist + 'in [0.05, 0.95]' elif conf['dist'] == 'bimo': dist = 'util. bimodially ' if 'light' in conf: -- cgit v1.2.2