From 0e467466b1171f162948e9aaa369c6117d915e05 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 9 Mar 2020 19:14:54 +0100 Subject: improve matplotlib code add new helper functions to get all y_values for a plot use seperate figures for each plot s/filepostfix/file_postfix/ to be consistent --- src/benchmarks/lld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks/lld.py') diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py index a9fe26c..55b9063 100644 --- a/src/benchmarks/lld.py +++ b/src/benchmarks/lld.py @@ -294,7 +294,7 @@ class BenchmarkLld(Benchmark): "expression": "{task-clock}", "sort": "<" }], - filepostfix="table") + file_postfix="table") lld = BenchmarkLld() -- cgit v1.2.3