77 lines
2.1 KiB
TeX
77 lines
2.1 KiB
TeX
\begin{tikzpicture}
|
|
\begin{axis}[
|
|
xmode=log,
|
|
ymode=log,
|
|
xlabel={Retention Time [\unit{\milli\second}]},
|
|
ylabel={Retention Error Rate},
|
|
xmin=100, xmax=10000000,
|
|
ymin=1e-11, ymax=1,
|
|
legend pos=north west,
|
|
legend style={font=\footnotesize, draw=none, fill=none},
|
|
legend cell align={left},
|
|
width=1.0\linewidth,
|
|
height=5.0cm,
|
|
yticklabel style={
|
|
/pgf/number format/fixed,
|
|
/pgf/number format/precision=5
|
|
},
|
|
scaled y ticks=false,
|
|
xticklabel style={
|
|
/pgf/number format/fixed,
|
|
/pgf/number format/precision=5
|
|
},
|
|
scaled x ticks=false
|
|
]
|
|
|
|
\addplot[smooth, very thick, color=green, dashed]
|
|
coordinates {
|
|
(3000 , 5.82077E-11)
|
|
(4000 , 3.20142E-10)
|
|
(5000 , 1.28057E-09)
|
|
(6000 , 3.49246E-09)
|
|
(7000 , 7.71252E-09)
|
|
(8000 , 1.46974E-08)
|
|
(9000 , 2.40398E-08)
|
|
(10000 , 3.97267E-08)
|
|
(11000 , 6.11180E-08)
|
|
(12000 , 8.84465E-08)
|
|
(13000 , 1.24681E-07)
|
|
(14000 , 1.73110E-07)
|
|
(15000 , 2.33384E-07)
|
|
(20000 , 8.39587E-07)
|
|
(50000 , 3.68159E-05)
|
|
(100000 , 0.000346706)
|
|
(500000 , 0.012452756)
|
|
(1000000, 0.029934668)
|
|
};
|
|
%
|
|
\addplot[smooth, very thick, color=green]
|
|
coordinates {
|
|
(16384, 5.64614E-09)
|
|
(32768, 1.10308E-06)
|
|
(65536, 7.05115E-05)
|
|
};
|
|
%
|
|
\addplot[smooth, very thick, color=green, dotted]
|
|
coordinates {
|
|
(10000 , 5.82077E-11)
|
|
(11000 , 1.74623E-10)
|
|
(12000 , 2.32831E-10)
|
|
(13000 , 2.32831E-10)
|
|
(14000 , 3.49246E-10)
|
|
(15000 , 4.94765E-10)
|
|
(20000 , 1.97906E-09)
|
|
(50000 , 1.33994E-07)
|
|
(100000 , 9.21523E-06)
|
|
(500000 , 0.008096751)
|
|
(1000000, 0.028645443)
|
|
};
|
|
|
|
\legend{
|
|
DDR4 \qty{30}{\celsius},
|
|
LPDDR4 \qty{30}{\celsius},
|
|
DDR4 \qty{30}{\celsius} ECC
|
|
}
|
|
|
|
\end{axis}
|
|
\end{tikzpicture} |