Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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

The plot with problematic x-axis labels

share|improve this question
You can redefine the x labels: \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

closed as too localized by percusse, Paul Gaborit, zeroth, Tom Bombadil, Claudio Fiandrino Sep 26 '12 at 16:11

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.

Browse other questions tagged or ask your own question.