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

% Ex. No. 42 (Section  6.9.1 : )

\begin{tikzpicture}
  \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=1]
  \tkzDrawXY[label={},color=red]
  \tkzLabelXY[text=blue]
\end{tikzpicture}

\end{document}