blob: ed8ac64b131db55246c0ccfdc9d24031667408d0 (
plain)
1
2
3
4
5
6
|
\begin{tikzpicture}
\tkzInit[xmin=1000,xmax=4000,xstep=1000]
\tkzDrawX
\tikzset{xlabel style/.append style={rotate=-30}}
\tkzLabelX[below right=3 pt,inner sep = 1pt]
\end{tikzpicture}
|