\begin{axis}[ axis x line=center, axis y line=center, grid=both, grid style={thick}, ymin = 0, xtick={1950, 1960, ..., 2020}, minor xtick={1945, 1955, ..., 2015}, ytick={0, 1, ..., 10}, %ymax = 50000, %xmin=1991, %xmax=2013, x=5, %y=.005, x tick label style={ /pgf/number format/.cd, 1000 sep={}, /tikz/.cd }, xticklabel style={rotate=45}, ylabel={Nombre d'entrées par habitants}, no marks, xlabel={Année}, x label style={at={(axis description cs:1,0)},anchor=south east}, y label style={at={(axis description cs:0,1)},anchor=north west}, legend style={at={(axis cs:2007,32500)}}, ] \addplot table[x=annee,y=entrees] {cinema.data}; \end{axis}