diff -r cecdde4ff5c9 -r b719a44b0b26 visualisation/cube.tex --- a/visualisation/cube.tex Wed Nov 06 18:39:24 2024 -0500 +++ b/visualisation/cube.tex Wed Nov 06 21:12:14 2024 -0500 @@ -40,12 +40,14 @@ fill = none, font = \small }, -} - -\begin{tikzpicture} - \begin{axis}[ + illustr3d/.style = { + axis equal, + width=5cm, + height=5cm, + scale only axis, + enlargelimits=false, colormap access=map, - colormap/Blues,%RdPu-6, + colormap/Blues, colorbar, point meta rel=axis wide, shader = interp, @@ -63,8 +65,11 @@ anchor = north, column sep = 1ex, }, - ] + } +} +\begin{tikzpicture} + \begin{axis}[illustr3d] \addplot3[cube] coordinates {(0, 0, 0) (0, 1, 0) (0, 1, 1) }; \addplot3[cube] coordinates {(0, 1, 0) (1, 1, 0) }; \addplot3[backdata] table[x=x,y=y,z=z] {\datapath/data.csv};