From 3c53b362dfdcb583ebda2a0b7443a1031047912e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=2E=20Brandenburg?= Date: Mon, 1 Nov 2010 12:20:59 -0400 Subject: update for new plot name --- plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot.py') diff --git a/plot.py b/plot.py index b1c2f9b..3bd669d 100755 --- a/plot.py +++ b/plot.py @@ -677,7 +677,7 @@ class SchedPlotter(defapp.App): 'rtss08' : self.plot_rtss08, 'rtss09' : self.plot_rtss09_split if self.options.split else self.plot_rtss09, 'ospert10' : self.plot_ospert10, - 'rtas11' : self.plot_semipart, + 'eurosys11' : self.plot_semipart, } if self.options.experiment: -- cgit v1.2.2