\documentclass{article} \usepackage{tikz} \usepackage{pgfplots} \usepackage[pdftex,active,tightpage]{preview} \begin{document} \begin{preview} \begin{tikzpicture} \begin{semilogyaxis}[% mark=o,% grid=major,% %xtick={0,50,100,150,200,250,300},% %ytick={0,500000,1e+006,1.5e+006,2e+006,2.5e+006,3e+006},% xlabel={Days since 18.05.2008 (Dent Nr. 1 by @evan)},% ylabel={Dent Nr.}% ] \addplot [color=blue, ultra thick] coordinates{ (0,1) (1,2) (2,3) (2,4) (2,5) (3,10) (3,15) (4,20) (5,25) (8,30) (10,35) (10,40) (11,45) (11,50) (19,100) (27,150) (28,200) (29,250) (30,300) (31,350) (31,400) (32,450) (33,500) (45,1500) (45,2000) (45,2500) (45,3000) (45,3500) (45,4000) (45,4500) (45,5000) (46,10000) (46,15000) (47,20000) (47,25000) (48,30000) (49,35000) (50,40000) (51,45000) (51,50000) (60,100000) (67,150000) (75,200000) (82,250000) (89,300000) (95,350000) (101,400000) (107,450000) (113,500000) (170,1e+006) (213,1.5e+006) (254,2e+006) (284,2.5e+006) (311,3e+006) }; \end{semilogyaxis} \end{tikzpicture} \end{preview} \end{document}