\begin{tikzpicture} \begin{axis}[ xmode=log, ymode=log, xlabel={$\lambda_\mathrm{DRAM}$ [FIT]}, ylabel={$\lambda_\mathrm{out}$ [FIT]}, xmin=1e-2, xmax=2500, ymin=0.1, ymax=800, %xtick={0,20,40,60,80,100}, %ytick={0,20,40,60,80,100,120}, legend pos=north west, ymajorgrids=false, %grid style=dashed, width=\linewidth, height=8.25cm, ] % LPDDR5 RES \addplot[smooth,color=red, very thick] coordinates { % (1, 0.188034) % (2, 0.376069) % (5, 0.940172) % (10, 1.88034) % (25, 4.70086) % (50, 9.40172) % (100, 18.8034) % (500, 94.0172) % (1000, 188.034) % (2000, 376.069) % (2500, 470.086) (0.01, 9.50188) (0.0206913808111479, 9.50389) (0.04281332398719394, 9.50805) (0.08858667904100823, 9.51666) (0.18329807108324356, 9.53447) (0.37926901907322497, 9.57132) (0.7847599703514611, 9.64756) (1.623776739188721, 9.80533) (3.359818286283781, 10.1318) (6.951927961775605, 10.8072) (14.38449888287663, 12.2048) (29.76351441631316, 15.0966) (61.584821106602604, 21.0801) (127.42749857031322, 33.4607) (263.6650898730355, 59.0781) (545.5594781168514, 112.084) (1128.8378916846884, 221.76) (2335.7214690901214, 448.696) (4832.930238571752, 918.257) (10000.0, 1889.84) }; % LPDDR5 LAT \addplot[smooth,color=blue, very thick] coordinates { % (1, 0.292388) % (2, 0.384775) % (5, 0.661939) % (10, 1.12388) % (25, 2.50969) % (50, 4.81939) % (100, 9.43877) % (500, 46.3939) % (1000, 92.5877) % (2000, 184.975) % (2500, 231.169) (0.01, 0.307374) (0.0206913808111479, 0.315258) (0.04281332398719394, 0.331571) (0.08858667904100823, 0.365324) (0.18329807108324356, 0.435164) (0.37926901907322497, 0.579673) (0.7847599703514611, 0.878682) (1.623776739188721, 1.49737) (3.359818286283781, 2.77753) (6.951927961775605, 5.42635) (14.38449888287663, 10.9071) (29.76351441631316, 22.2476) (61.584821106602604, 45.7126) (127.42749857031322, 94.265) (263.6650898730355, 194.727) (545.5594781168514, 402.596) (1128.8378916846884, 832.705) (2335.7214690901214, 1722.66) (4832.930238571752, 3564.1) (10000.0, 7374.3) }; \addplot[smooth,color=red!30, style=dashed] coordinates { (1e-2, 10) (2500, 10) }; \addplot[smooth,color=red!30, style=dashed] coordinates { (1e-2, 100) (2500, 100) }; \node[color=red!30] at (axis cs: 4,15) {ASIL\,D ($\lambda_\mathrm{RF} < 10$)}; \node[color=red!30] at (axis cs: 30,150) {ASIL\,B/C ($\lambda_\mathrm{RF} < 100$)}; \addplot[thick, samples=50, smooth, red!30, dashed] coordinates {(2.66816,0.1)(2.66816,10)}; \legend{ $\lambda_\mathrm{RF}$, $\lambda_\mathrm{MPF,L}$ } \end{axis} \end{tikzpicture}