Fix y axis scale in figure
This commit is contained in:
parent
c745d23ab8
commit
802bf3e837
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user