\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, 71.8) (32768, 19403.8) (65536, 1395723.4) }; \addplot[smooth,color=green, very thick] coordinates { (64, 0 ) (128, 0 ) (256, 0 ) (512, 0 ) (1024, 0 ) (2048, 0 ) (4096, 0 ) (8192, 0 ) (16384, 8) (32768, 4404) (65536, 594262) }; \addplot[smooth,color=green, very thick] coordinates { (64, 0) (128, 0) (256, 0) (512, 0) (1024, 0) (2048, 0) (4096, 0) (8192, 0) (16384, 221) (32768, 43055) (65536, 2214471) }; %60: \addplot[smooth,color=yellow, very thick, dashed] coordinates { (64, 0) (128, 0) (256, 0) (512, 0) (1024, 0) (2048, 14.2) (4096, 12972.2) (8192, 1820985.2) (16384, 25124893.6) (32768, 119008309.6) (65536, 300075333.8) }; \addplot[smooth,color=yellow, very thick] coordinates { (64, 0 ) (128, 0 ) (256, 0 ) (512, 0 ) (1024, 0 ) (2048, 8) (4096, 5422) (8192, 1301985) (16384, 20629644) (32768, 95138514) (65536, 271274219) }; \addplot[smooth,color=yellow, very thick] coordinates { (64, 0 ) (128, 0 ) (256, 0 ) (512, 0 ) (1024, 0 ) (2048, 21) (4096, 19632) (8192, 2527320) (16384, 29458371) (32768, 149854396) (65536, 361493220) }; %80: \addplot[smooth,color=orange, very thick, dashed] coordinates { (64, 0 ) (128, 0 ) (256, 0 ) (512, 4.4) (1024, 5193) (2048, 722877.8) (4096, 17113742) (8192, 97396076.4) (16384, 289550864.8) (32768, 529467000.8) (65536, 808617120.6 ) }; \addplot[smooth,color=orange, very thick] coordinates { (64, 0 ) (128, 0 ) (256, 0 ) (512, 3) (1024, 1545) (2048, 261376) (4096, 12946240) (8192, 77378754) (16384, 258831947) (32768, 495876582) (65536, 766992175) }; \addplot[smooth,color=orange, very thick] coordinates { (64, 0 ) (128, 0 ) (256, 0 ) (512, 11) (1024, 7395) (2048, 1176168) (4096, 24064322) (8192, 120422691) (16384, 362823128) (32768, 610607372) (65536, 921345613) }; \end{axis} \end{tikzpicture}