aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn B. Brandenburg <bbb@cs.unc.edu>2010-06-09 12:02:20 -0400
committerBjörn B. Brandenburg <bbb@cs.unc.edu>2010-06-09 12:02:20 -0400
commit61d816ccbf9e179e5dd9abd4a6056bcaeef7fb05 (patch)
tree340d55467a1fd0368c8af228727b9c0fd58ef654
parent9c35a356c25ce5761925cdf0da621b0d9cb50e18 (diff)
fix spelling of bimodally
-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: