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

% Ex. No. 14 (Section  6.1.1 : No tick, no label)

\begin{tikzpicture}
 \tkzInit[xmax=5]
 \tkzDrawX[label={},noticks]
\end{tikzpicture}

\end{document}