From f098a4d608f73acf24e641784f320e098601c4bb Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 27 Aug 2019 15:16:23 +0200 Subject: remove yerr from plot_* functions --- src/benchmarks/larson.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/benchmarks/larson.py') diff --git a/src/benchmarks/larson.py b/src/benchmarks/larson.py index 5ff74fb..a5c4a02 100644 --- a/src/benchmarks/larson.py +++ b/src/benchmarks/larson.py @@ -43,8 +43,7 @@ class Benchmark_Larson(Benchmark): self.plot_fixed_arg("({L1-dcache-load-misses}/{L1-dcache-loads})*100", ylabel="'l1 cache misses in %'", title="'Larson cache misses: ' + arg + ' ' + str(arg_value)", - filepostfix="cachemisses", - yerr=False) + filepostfix="cachemisses") larson = Benchmark_Larson() -- cgit v1.2.3