| 61 legend style = { |
63 legend style = { |
| 62 at = {(0.5, 1.05)}, |
64 at = {(0.5, 1.05)}, |
| 63 anchor = north, |
65 anchor = north, |
| 64 column sep = 1ex, |
66 column sep = 1ex, |
| 65 }, |
67 }, |
| 66 ] |
68 } |
| |
69 } |
| 67 |
70 |
| |
71 \begin{tikzpicture} |
| |
72 \begin{axis}[illustr3d] |
| 68 \addplot3[cube] coordinates {(0, 0, 0) (0, 1, 0) (0, 1, 1) }; |
73 \addplot3[cube] coordinates {(0, 0, 0) (0, 1, 0) (0, 1, 1) }; |
| 69 \addplot3[cube] coordinates {(0, 1, 0) (1, 1, 0) }; |
74 \addplot3[cube] coordinates {(0, 1, 0) (1, 1, 0) }; |
| 70 \addplot3[backdata] table[x=x,y=y,z=z] {\datapath/data.csv}; |
75 \addplot3[backdata] table[x=x,y=y,z=z] {\datapath/data.csv}; |
| 71 \addplot3[backiter] table[x=x,y=y,z=z] {\datapath/log.txt}; |
76 \addplot3[backiter] table[x=x,y=y,z=z] {\datapath/log.txt}; |
| 72 |
77 |