--- a/visualisation/cylinder.tex Fri Dec 06 13:27:48 2024 -0500 +++ b/visualisation/cylinder.tex Fri Dec 06 13:44:34 2024 -0500 @@ -90,13 +90,6 @@ ] {\datapath/data.csv}; \addlegendentry{Data} - \addplot3[origin, onlyfront] table[ - x expr = \thisrow{r} * cos(deg(\thisrow{angle})), - y expr = \thisrow{r} * sin(deg(\thisrow{angle})), - z = z, - ] {\datapath/origin.csv}; - \addlegendentry{Origin} - % Iterates \addplot3[iter1,onlyfront] table[ x expr = \thisrow{r} * cos(deg(\thisrow{angle})), @@ -116,6 +109,14 @@ z = z, ] {\datapath/x3_log.csv}; \addlegendentry{Iterates 3} + + % Origin + \addplot3[origin, onlyfront] table[ + x expr = \thisrow{r} * cos(deg(\thisrow{angle})), + y expr = \thisrow{r} * sin(deg(\thisrow{angle})), + z = z, + ] {\datapath/origin.csv}; + \addlegendentry{Origin} \end{axis} \end{tikzpicture}