aboutsummaryrefslogtreecommitdiffstats
path: root/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot.py')
-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'