From d2c2d0ca0083639df1562bda414d69e207b0d9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=2E=20Brandenburg?= Date: Mon, 1 Nov 2010 16:14:20 -0400 Subject: Don't use wrong axis label in semipart --- plot.py | 1 - 1 file changed, 1 deletion(-) 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): p.rounded_caps = True p.default_style = 'lines lw 10' p.key = 'below' - p.xlabel = "task set utilization cap (prior to overhead accounting)" elif self.options.appendix: # for the appendix p.font_size = '8' -- cgit v1.2.2