Fix y axis scale in figure

This commit is contained in:
Andreas Tsouchlos 2024-01-02 01:31:14 +01:00
parent c745d23ab8
commit 802bf3e837

View File

@ -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]