1 2 3 4 5 6 7 8 9 10 11 12
\input{preamble-standalone.ltx} \begin{document} % Ex. No. 13 (Section 6.2.1 : Position des graduations) \begin{tikzpicture} \tkzInit[xmax=.5,xstep=0.1] \tkzDrawX[label=$t$,text=blue,color=red] \tkzLabelX[text=blue,below = 3pt] \end{tikzpicture} \end{document}