diff -r 56d609b70a3b -r 271fba635bce visualisation/cube.tex --- a/visualisation/cube.tex Fri Dec 06 13:27:48 2024 -0500 +++ b/visualisation/cube.tex Fri Dec 06 13:44:34 2024 -0500 @@ -73,9 +73,6 @@ \addplot3[data,onlyfront] table[x=x,y=y,z=z] {\datapath/data.csv}; \addlegendentry{Data} - \addplot3[origin,onlyfront] table[x=x,y=y,z=z] {\datapath/origin.csv}; - \addlegendentry{Origin} - % Iterates \addplot3[iter1,onlyfront] table[x=x,y=y,z=z] {\datapath/x1_log.csv}; \addlegendentry{Iterates 1} @@ -83,6 +80,10 @@ \addlegendentry{Iterates 2} \addplot3[iter3,onlyfront] table[x=x,y=y,z=z] {\datapath/x3_log.csv}; \addlegendentry{Iterates 3} + + % Origin + \addplot3[origin,onlyfront] table[x=x,y=y,z=z] {\datapath/origin.csv}; + \addlegendentry{Origin} \end{axis} \end{tikzpicture}