This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
FtmPrologic/tex/plots/BSTPlot1Rssi.pgf
2020-03-11 12:01:16 +01:00

19 lines
424 B
Plaintext

\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}