From 13a815f78d6165b8c836a23275f03dd2b4d71734 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 24 Feb 2020 18:59:55 +0100 Subject: remove newline in front of ybar axis attribute --- src/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plots.py b/src/plots.py index 61fd219..a6964e8 100644 --- a/src/plots.py +++ b/src/plots.py @@ -516,7 +516,7 @@ def pgfplot(bench, perms, xexpr, yexpr, axis_attr="", bar=False, title = title.format(**label_substitutions) if bar: - axis_attr = f"\n\tbar,\n{axis_attr}" + axis_attr = f"\tybar,\n{axis_attr}" color_definitions = "" plots = "" -- cgit v1.2.3