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

92 lines
2.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,
]
% 0x0
\addplot[smooth, very thick]
coordinates {
(64, 0)
(128, 0)
(256, 0)
(512, 0)
(1024, 166)
(2048, 53072)
(4096, 2866932)
(8192, 85986233)
(16384, 446494614)
(32768, 940652838)
(65536, 1800968913)
};
% 0x5
\addplot[smooth, very thick, color=blue, dashed]
coordinates {
(64, 0)
(128, 0)
(256, 0)
(512, 0)
(1024, 166)
(2048, 53072)
(4096, 2866932)
(8192, 85986233)
(16384, 446494614)
(32768, 940652838)
(65536, 1800968913)
};
% 0xa
\addplot[smooth, very thick, color=orange, dashed]
coordinates {
(64, 0)
(128, 0)
(256, 0)
(512, 0)
(1024, 240)
(2048, 79602)
(4096, 4033131)
(8192, 94446458)
(16384, 434326924)
(32768, 981682620)
(65536, 1878848968)
};
% 0xf
\addplot[smooth, very thick, color=green]
coordinates {
(64, 0)
(128, 0)
(256, 0)
(512, 0)
(1024, 233)
(2048, 67771)
(4096, 5613553)
(8192, 90008762)
(16384, 313134600)
(32768, 707424124)
(65536, 1231673356)
};
% rnd
\addplot[smooth, very thick, color=red]
coordinates {
(64, 0)
(128, 0)
(256, 0)
(512, 0)
(1024, 296)
(2048, 62223)
(4096, 3939369)
(8192, 102698083)
(16384, 384635300)
(32768, 905426673)
(65536, 1712875460)
};
\end{axis}
\end{tikzpicture}