Files
drammeasure-paper/plots/samsung_spread.tex
2025-03-24 20:58:27 +00:00

146 lines
4.6 KiB
TeX

\begin{tikzpicture}
\begin{axis}[
xmode=log,
ymode=log,
xlabel={Retention Time [\unit{\milli\second}]},
ylabel={Number of Errors},
xmin=100, xmax=100000,
ymin=1, ymax=10000000000,
legend pos=north west,
legend style={font=\footnotesize, draw=none, fill=none},
width=1.0\linewidth,
height=5.0cm,
]
% 30:
\addplot[smooth,color=green, very thick, dashed]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 0 )
(4096, 0 )
(8192, 1 )
(16384, 105.6 )
(32768, 5883.4 )
(65536, 156554.4 )
};
\addplot[smooth,color=green, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 0 )
(4096, 0 )
(8192, 0 )
(16384, 40 )
(32768, 3021 )
(65536, 101628 )
};
\addplot[smooth,color=green, very thick]
coordinates {
(64, 0)
(128, 0)
(256, 0)
(512, 0)
(1024, 0)
(2048, 0)
(4096, 0)
(8192, 3)
(16384, 184)
(32768, 9804)
(65536, 228474)
};
%60:
\addplot[smooth,color=yellow, very thick, dashed]
coordinates {
(64, 0)
(128, 0)
(256, 0)
(512, 0)
(1024, 0)
(2048, 12.2)
(4096, 1371.4)
(8192, 66856.2)
(16384, 1311960.4)
(32768, 9150206)
(65536, 36184816)
};
\addplot[smooth,color=yellow, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 6 )
(4096, 1094 )
(8192, 56194 )
(16384, 994658 )
(32768, 8113636 )
(65536, 32840439 )
};
\addplot[smooth,color=yellow, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 16)
(4096, 1566)
(8192, 75316)
(16384, 1455979)
(32768, 10625891)
(65536, 38996542)
};
%80:
\addplot[smooth,color=orange, very thick, dashed]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 311.4)
(2048, 25993.4)
(4096, 704927.4)
(8192, 5913702)
(16384, 29813208.6)
(32768, 78841532.4)
(65536, 155801192.2)
};
\addplot[smooth,color=orange, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 237)
(2048, 15920)
(4096, 415855)
(8192, 5420352)
(16384, 24085187)
(32768, 73166081)
(65536, 146151486)
};
\addplot[smooth,color=orange, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 7 )
(1024, 375)
(2048, 33405)
(4096, 882603)
(8192, 6476324)
(16384, 32814932)
(32768, 83437555)
(65536, 163719284)
};
\end{axis}
\end{tikzpicture}