aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn B. Brandenburg <bbb@cs.unc.edu>2010-11-01 16:14:20 -0400
committerBjörn B. Brandenburg <bbb@cs.unc.edu>2010-11-01 16:14:20 -0400
commitd2c2d0ca0083639df1562bda414d69e207b0d9be (patch)
treeff17f5228b53028c30df472f9564c7cb7e0ed7e9
parent49e9a11f5e889028d503fdcb4d8885bfa7051654 (diff)
Don't use wrong axis label in semipart
-rwxr-xr-xplot.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plot.py b/plot.py
index 10b2e57..5f0df59 100755
--- a/plot.py
+++ b/plot.py
@@ -635,7 +635,6 @@ class SchedPlotter(defapp.App):
635 p.rounded_caps = True 635 p.rounded_caps = True
636 p.default_style = 'lines lw 10' 636 p.default_style = 'lines lw 10'
637 p.key = 'below' 637 p.key = 'below'
638 p.xlabel = "task set utilization cap (prior to overhead accounting)"
639 elif self.options.appendix: 638 elif self.options.appendix:
640 # for the appendix 639 # for the appendix
641 p.font_size = '8' 640 p.font_size = '8'