mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-06-01 00:53:36 +00:00
chore: add chart of supra competive pricing
This commit is contained in:
26
paper/src/chapters/figures/supra.tex
Normal file
26
paper/src/chapters/figures/supra.tex
Normal file
@@ -0,0 +1,26 @@
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
view={0}{90}, % Top-down view for heatmap
|
||||
xlabel={Step},
|
||||
ylabel={Price},
|
||||
colorbar,
|
||||
colorbar style={
|
||||
title={Density},
|
||||
ylabel={},
|
||||
},
|
||||
colormap/viridis,
|
||||
% Adjust these axis limits if necessary based on data
|
||||
enlargelimits=false,
|
||||
axis on top,
|
||||
width=0.9\columnwidth,
|
||||
height=0.6\columnwidth,
|
||||
]
|
||||
|
||||
\addplot3[
|
||||
surf,
|
||||
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