From 58a0ab886ec6a9647a8ee4f5639d21ef8e7bbed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=2E=20Brandenburg?= Date: Thu, 10 Jun 2010 21:16:51 -0400 Subject: support --smooth option in RTSS'08 style --- plot.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plot.py') 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): p.xlabel = "ucap (prior to inflation)" p.default_style = 'lines lw 6' + if self.options.smooth: + p.default_style += " smooth bezier" + p.ylabel = "schedulability " + (' [soft]' if 'soft' in conf else ' [hard]') if self.options.alternate: p.xrange = (0.5, 32.5) -- cgit v1.2.2