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

89 lines
2.6 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=south east,
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=yellow, dashed]
coordinates {
(1000 , 5.61413E-08)
(2000 , 1.5918E-06)
(3000 , 9.41046E-06)
(4000 , 2.9681E-05)
(5000 , 6.39595E-05)
(6000 , 0.000115407)
(7000 , 0.000185806)
(8000 , 0.000281661)
(9000 , 0.000380776)
(10000 , 0.000482023)
(11000 , 0.000681065)
(12000 , 0.000808455)
(13000 , 0.000998421)
(14000 , 0.001125485)
(15000 , 0.001615577)
(20000 , 0.002977654)
(50000 , 0.01795677)
(100000 , 0.040775499)
(500000 , 0.126358154)
(1000000, 0.175007808)
};
%
\addplot[smooth, very thick, color=yellow]
coordinates {
(2048 ,6.17001E-10)
(4096 ,2.59827E-07)
(8192 ,3.35296E-05)
(16384,0.001206623)
(32768,0.011528183)
(65536,0.036253586)
};
%
\addplot[smooth, very thick, color=yellow, dotted]
coordinates {
(3000 , 1.19326E-09)
(4000 , 1.68802E-08)
(5000 , 1.16794E-07)
(6000 , 5.45551E-07)
(7000 , 1.4836E-06)
(8000 , 3.98149E-06)
(9000 , 9.0742E-06)
(10000 , 1.80504E-05)
(11000 , 3.2256E-05)
(12000 , 5.46999E-05)
(13000 , 8.51597E-05)
(14000 , 0.000132802)
(15000 , 0.000170692)
(20000 , 0.000718489)
(50000 , 0.01476685)
(100000 , 0.041258835)
(500000 , 0.128361605)
(1000000, 0.176177339)
};
\legend{
DDR4 \qty{60}{\celsius},
LPDDR4 \qty{60}{\celsius},
DDR4 \qty{60}{\celsius} ECC
}
\end{axis}
\end{tikzpicture}