\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=red, dashed] coordinates { (100, 5.52973E-10) (200, 6.64149E-08) (300, 3.91476E-07) (400, 1.55994E-06) (500, 4.28263E-06) (600, 1.09514E-05) (700, 2.18365E-05) (800, 3.54853E-05) (900, 7.42787E-05) (1000, 0.000101257) (2000, 0.00120861 ) (3000, 0.003786446) (4000, 0.007342965) (5000, 0.011274888) (6000, 0.015424992) (7000, 0.019265638) (8000, 0.023463517) (9000, 0.02723531 ) (10000, 0.030822466) (11000, 0.037785031) (12000, 0.038797955) (13000, 0.044739773) (14000, 0.046502736) (15000, 0.050462484) (20000, 0.064585622) (50000, 0.12036126 ) (100000, 0.171231476) (500000, 0.318054388) (1000000,0.411075948) }; % \addplot[smooth, very thick, color=orange] coordinates { (1024 , 7.09901E-08) (2048 , 1.04063E-05) (4096 , 0.000465134) (8192 , 0.008722029) (16384, 0.029783939) (32768, 0.064471348) (65536, 0.102330153) }; % \addplot[smooth, very thick, color=red, dotted] coordinates { (400, 2.03727E-10) (500, 1.5425E-09) (600, 1.04774E-08) (700, 5.37839E-08) (800, 1.99216E-07) (900, 6.22356E-07) (1000, 1.52315E-06) (2000, 0.000131612) (3000, 0.000913978) (4000, 0.003144482) (5000, 0.007653748) (6000, 0.012529761) (7000, 0.016723443) (8000, 0.020918224) (9000, 0.025034057) (10000, 0.029216281) (11000, 0.038123813) (12000, 0.042557777) (13000, 0.045916313) (14000, 0.048960478) (15000, 0.051916683) (20000, 0.068391991) (50000, 0.124291814) (100000, 0.173243051) (500000, 0.321741555) (1000000,0.411033884) }; \legend{ DDR4 \qty{90}{\celsius}, LPDDR4 \qty{80}{\celsius}, DDR4 \qty{90}{\celsius} ECC } \end{axis} \end{tikzpicture}