Added second rssi plot, LOS test setup
This commit is contained in:
@@ -17,8 +17,10 @@
|
||||
%enlarge y limits=false,
|
||||
ymin=0,
|
||||
xtick={1,2,3,4,5,6,7},
|
||||
ytick distance=5
|
||||
]
|
||||
\addplot [color=black] table[x=X,y=GT,col sep=comma]{../data/BSTMean1.csv}; \addlegendentry{Groundtruth}
|
||||
\addplot [color=cyan, dashed] table[x=X,y=MeanDistOnMode,col sep=comma, forget plot]{../data/BSTMean1.csv};
|
||||
\addplot [color=blue] table[x=X,y=MeanDist,col sep=comma]{../data/BSTMean1.csv}; \addlegendentry{Mean distance}
|
||||
\addplot [color=orange, mark=x, only marks, mark size=1.5pt, line width=0.5pt] table[x=X,y=Y,col sep=comma]{../data/BSTData1.csv}; \addlegendentry{Measured distance}
|
||||
\end{axis}
|
||||
|
||||
Reference in New Issue
Block a user