aboutsummaryrefslogtreecommitdiffstats
path: root/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot.py')
-rwxr-xr-xplot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/plot.py b/plot.py
index 13cc6a7..5286b14 100755
--- a/plot.py
+++ b/plot.py
@@ -382,6 +382,9 @@ class SchedPlotter(defapp.App):
382 p.xlabel = "ucap (prior to inflation)" 382 p.xlabel = "ucap (prior to inflation)"
383 p.default_style = 'lines lw 6' 383 p.default_style = 'lines lw 6'
384 384
385 if self.options.smooth:
386 p.default_style += " smooth bezier"
387
385 p.ylabel = "schedulability " + (' [soft]' if 'soft' in conf else ' [hard]') 388 p.ylabel = "schedulability " + (' [soft]' if 'soft' in conf else ' [hard]')
386 if self.options.alternate: 389 if self.options.alternate:
387 p.xrange = (0.5, 32.5) 390 p.xrange = (0.5, 32.5)