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

193 lines
6.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, 0 )
(16384, 97 )
(32768, 18950.8 )
(65536, 1211377.6 )
};
\addplot[smooth,color=green, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 0 )
(4096, 0 )
(8192, 0 )
(16384, 28)
(32768, 6124)
(65536, 507844)
};
\addplot[smooth,color=green, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 0 )
(4096, 0 )
(8192, 0 )
(16384, 190)
(32768, 34429)
(65536, 1990740)
};
%60:
\addplot[smooth,color=yellow, very thick, dashed]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 10.6 )
(4096, 4463.8 )
(8192, 576033.8 )
(16384, 20729625.2 )
(32768, 198052673.6 )
(65536, 622831861.2 )
};
\addplot[smooth,color=yellow, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 0 )
(4096, 1010 )
(8192, 211070 )
(16384, 9566085 )
(32768, 118852829 )
(65536, 467168234 )
};
\addplot[smooth,color=yellow, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 0 )
(2048, 32 )
(4096, 10051 )
(8192, 1363570 )
(16384, 46289430 )
(32768, 314298304 )
(65536, 837902464 )
};
%80:
\addplot[smooth,color=orange, very thick, dashed]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 1219.6 )
(2048, 178778.2 )
(4096, 7990948.8 )
(8192, 149843319.2 )
(16384, 511684176.2 )
(32768, 1107609324 )
(65536, 1758018636 )
};
\addplot[smooth,color=orange, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 0 )
(1024, 296 )
(2048, 60968 )
(4096, 2802215 )
(8192, 92538587 )
(16384, 364291044 )
(32768, 845828644 )
(65536, 1557315142 )
};
\addplot[smooth,color=orange, very thick]
coordinates {
(64, 0 )
(128, 0 )
(256, 0 )
(512, 7 )
(1024, 3309 )
(2048, 437578 )
(4096, 14556545 )
(8192, 220701740 )
(16384, 735470538 )
(32768, 1435614677 )
(65536, 2094151660 )
};
%90:
%\addplot[smooth,color=red, very thick, dashed]
% coordinates {
% (64, 0 )
% (128, 0 )
% (256, 0 )
% (512, 197 )
% (1024, 63662.8 )
% (2048, 4201821.4 )
% (4096, 81014443 )
% (8192, 402960591.6 )
% (16384, 927719668.2 )
% (32768, 1704095420 )
% (65536, 3142261674 )
% };
%\addplot[smooth,color=red, very thick]
% coordinates {
% (64, 0 )
% (128, 0 )
% (256, 0 )
% (512, 37 )
% (1024, 14797 )
% (2048, 1381534 )
% (4096, 40692346 )
% (8192, 267494307 )
% (16384, 689077437 )
% (32768, 1314515184 )
% (65536, 2480425341 )
% };
%\addplot[smooth,color=red, very thick]
% coordinates {
% (64, 0 )
% (128, 0 )
% (256, 0 )
% (512, 537 )
% (1024, 174612 )
% (2048, 9682786 )
% (4096, 160355995 )
% (8192, 607659926 )
% (16384, 1230207246 )
% (32768, 2148804925 )
% (65536, 3730160064 )
% };
\legend{
$\qty{30}{\celsius}$,,,$\qty{60}{\celsius}$,,,$\qty{80}{\celsius}$%,,,$\qty{90}{\celsius}$
}
\end{axis}
\end{tikzpicture}