\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 34 (Section  6.3.1 : Example with \tkzcname{tkzAxeX})

\begin{tikzpicture}
   \tkzInit[xmax=0.5,xstep=0.1,ymax=1]
   \tkzGrid
   \tkzAxeX[text=blue]
\end{tikzpicture}

\end{document}