From c4d82b2ecc62ce42ab57f00e86f7b361b7d72601 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Mon, 2 Feb 2026 16:55:06 +0100 Subject: [PATCH] rescaling the graph --- paper/src/chapters/figures/supra.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/paper/src/chapters/figures/supra.tex b/paper/src/chapters/figures/supra.tex index 439f22e..290a2a1 100644 --- a/paper/src/chapters/figures/supra.tex +++ b/paper/src/chapters/figures/supra.tex @@ -3,6 +3,7 @@ view={0}{90}, % Top-down view for heatmap xlabel={Step}, ylabel={Price}, + ymin=90, colorbar, colorbar style={ title={Density}, @@ -13,14 +14,14 @@ enlargelimits=false, axis on top, width=0.9\columnwidth, - height=0.6\columnwidth, + height=0.5\columnwidth, ] - + \addplot3[ surf, - shader=flat, + shader=flat, 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}; - + \end{axis} \end{tikzpicture}