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

% Ex. No. 37 (Section  6.7.1 : Colour of axes, graduations)

\begin{tikzpicture}
  \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=3]
  \tkzAxeXY[label={},text=blue]
\end{tikzpicture}

\end{document}