rescaling the graph

This commit is contained in:
2026-02-02 16:55:06 +01:00
parent a9e2e7cbf3
commit c4d82b2ecc

View File

@@ -3,6 +3,7 @@
view={0}{90}, % Top-down view for heatmap view={0}{90}, % Top-down view for heatmap
xlabel={Step}, xlabel={Step},
ylabel={Price}, ylabel={Price},
ymin=90,
colorbar, colorbar,
colorbar style={ colorbar style={
title={Density}, title={Density},
@@ -13,14 +14,14 @@
enlargelimits=false, enlargelimits=false,
axis on top, axis on top,
width=0.9\columnwidth, width=0.9\columnwidth,
height=0.6\columnwidth, height=0.5\columnwidth,
] ]
\addplot3[ \addplot3[
surf, surf,
shader=flat, shader=flat,
mesh/check=false % Disable check to rely on empty lines mesh/check=false % Disable check to rely on empty lines
] table [col sep=comma, x=step, y=price, z=density] {chapters/figures/supra_data.csv}; ] table [col sep=comma, x=step, y=price, z=density] {chapters/figures/supra_data.csv};
\end{axis} \end{axis}
\end{tikzpicture} \end{tikzpicture}