diff options
Diffstat (limited to 'plot.py')
-rwxr-xr-x | plot.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |