From 802bf3e837030658fbdb6b149bceffc90242f0f4 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Tue, 2 Jan 2024 01:31:14 +0100 Subject: [PATCH] Fix y axis scale in figure --- res/report.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/report.tex b/res/report.tex index 2d286e2..154b160 100644 --- a/res/report.tex +++ b/res/report.tex @@ -162,7 +162,7 @@ % Dummy plot to set x axis scale \addplot[draw=none] - table[col sep=comma, x=t, y=value] + table[col sep=comma, x=t, y expr=0] {detailed_balance.csv}; \addplot[ybar, color=scol2, fill=scol2, line width=1pt]