Changes
This commit is contained in:
20
tex/plots/BSTPlot1.pgf
Normal file
20
tex/plots/BSTPlot1.pgf
Normal file
@@ -0,0 +1,20 @@
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
scale only axis,
|
||||
xlabel ={Measurement point},
|
||||
ylabel ={Distance in \si{\meter}},
|
||||
legend pos=north east,
|
||||
xmajorgrids=true,
|
||||
%xminorgrids=true,
|
||||
ymajorgrids=true,
|
||||
%yminorgrids=true,
|
||||
enlarge x limits=false,
|
||||
%enlarge y limits=false,
|
||||
ymin=0,
|
||||
xtick={1,2,3,4,5,6,7},
|
||||
]
|
||||
\addplot [color=black] table[x=X,y=GT,col sep=comma]{plots/data/BSTMean1.csv}; \addlegendentry{Groundtruth}
|
||||
\addplot [color=blue] table[x=X,y=MeanDist,col sep=comma]{plots/data/BSTMean1.csv}; \addlegendentry{Mean distance}
|
||||
\addplot [color=orange, mark=x, only marks, mark size=1pt] table[x=X,y=Y,col sep=comma]{plots/data/BSTData1.csv}; \addlegendentry{Measured distance}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
19
tex/plots/BSTPlot1Rssi.pgf
Normal file
19
tex/plots/BSTPlot1Rssi.pgf
Normal file
@@ -0,0 +1,19 @@
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
ybar,
|
||||
scale only axis,
|
||||
xlabel ={Measurement point},
|
||||
ylabel ={RSSI in \si{\dBm}},
|
||||
legend pos=north east,
|
||||
xmajorgrids=true,
|
||||
%xminorgrids=true,
|
||||
ymajorgrids=true,
|
||||
%yminorgrids=true,
|
||||
%enlarge x limits=false,
|
||||
%enlarge y limits=false,
|
||||
%ymin=0,
|
||||
xtick={1,2,3,4,5,6,7},
|
||||
]
|
||||
\addplot [blue, fill=blue] table[x=X,y=RSSI,col sep=comma]{plots/data/BSTMean1.csv};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
21
tex/plots/BSTPlot2.pgf
Normal file
21
tex/plots/BSTPlot2.pgf
Normal file
@@ -0,0 +1,21 @@
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
scale only axis,
|
||||
width=0.8\textwidth,
|
||||
height=0.4\textwidth,
|
||||
xlabel ={Measurement point},
|
||||
ylabel ={Distance in \si{\meter}},
|
||||
legend pos=north east,
|
||||
xmajorgrids=true,
|
||||
%xminorgrids=true,
|
||||
ymajorgrids=true,
|
||||
%yminorgrids=true,
|
||||
enlarge x limits=false,
|
||||
%enlarge y limits=false,
|
||||
]
|
||||
%\draw ({axis cs:7,0}|-{rel axis cs:0,1}) -- ({axis cs:7,0}|-{rel axis cs:0,0});
|
||||
\addplot [color=black] table[x=X,y=GT,col sep=comma]{plots/data/BSTMean2.csv}; \addlegendentry{Groundtruth}
|
||||
\addplot [color=blue] table[x=X,y=MeanDist,col sep=comma]{plots/data/BSTMean2.csv}; \addlegendentry{Mean distance}
|
||||
\addplot [color=orange, mark=x, only marks, mark size=1pt] table[x=X,y=Y,col sep=comma]{plots/data/BSTData2.csv}; \addlegendentry{Measured distance}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
BIN
tex/plots/data/BSTData1.csv
(Stored with Git LFS)
Normal file
BIN
tex/plots/data/BSTData1.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
tex/plots/data/BSTData2.csv
(Stored with Git LFS)
Normal file
BIN
tex/plots/data/BSTData2.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
tex/plots/data/BSTMean1.csv
(Stored with Git LFS)
Normal file
BIN
tex/plots/data/BSTMean1.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
BIN
tex/plots/data/BSTMean2.csv
(Stored with Git LFS)
Normal file
BIN
tex/plots/data/BSTMean2.csv
(Stored with Git LFS)
Normal file
Binary file not shown.
|
Reference in New Issue
Block a user