I have this plot in which the x-axis labels are unreadable, because they overlap. How can I fix this?

|
I have this plot in which the x-axis labels are unreadable, because they overlap. How can I fix this?
|
|||
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
\documentclass{article}\usepackage{pgfplots}\begin{document}\begin{tikzpicture}\begin{loglogaxis}[xticklabels={0,1,2,3}]\addplot coordinates{(1,0) (10,1) (100,2) (1000,3)};\end{loglogaxis}\end{tikzpicture}\end{document}. – Marc van Dongen Sep 16 '12 at 9:26