This commit is contained in:
2020-03-11 12:00:52 +01:00
parent 9290738e43
commit df12e7ef15
11 changed files with 212 additions and 54 deletions

20
tex/plots/BSTPlot1.pgf Normal file
View 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}

View 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
View 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

Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:f36761fa4cf6a2d193af9a8757fe9291d7397fcfa543783403aab9befb03f659
3 size 17792

BIN
tex/plots/data/BSTData2.csv (Stored with Git LFS) Normal file

Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:8644d1be5f4904d0806db5d7cfe216e2a9665347bb13f1900bb966f61c79ccc5
3 size 35298

BIN
tex/plots/data/BSTMean1.csv (Stored with Git LFS) Normal file

Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:d1a1995ded0ed49153a610334a93e20da6816deaae8f1269426309f91f410413
3 size 305

BIN
tex/plots/data/BSTMean2.csv (Stored with Git LFS) Normal file

Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:9b573514635d79da0fa638ac885442c208dd6b9ebd5bcebc1115a9876ae043bc
3 size 579