mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
rescaling the graph
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user