From 171f441a1194d784d03f50a82cd92b466b6c52fe Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Sun, 3 Jul 2011 16:46:20 -0400 Subject: fix naming and string formatting --- dplot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dplot.py') diff --git a/dplot.py b/dplot.py index 9643db6..ec37761 100755 --- a/dplot.py +++ b/dplot.py @@ -162,9 +162,9 @@ def sched_name(alg): policy = 'FP' elif pd2: if staggered: - policy = 'PD2s' + policy = 'sPD2' else: - policy = 'PD2a' + policy = 'aPD2' else: policy = '???' @@ -223,7 +223,7 @@ class DissPlotter(defapp.App): p.title = scenario_heading(conf, True) if 'key' in conf: - p.title += '; WSS=%sKB ' % conf['key'] + p.title += '; WSS=%sKB' % conf['key'] if len(self.options.cpmd) == 1: p.title += '; %s CPMD' % self.options.cpmd[0] -- cgit v1.2.2