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
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user