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

% Ex. No. 30 (Section  6.2.8 : Axis drawings before the graduation)

\begin{tikzpicture}
\tkzInit[xmin = -1,xmax = 4,
         ymin = -1,ymax = 1]
\tkzDrawXY \tkzLabelX  \tkzLabelY
\end{tikzpicture}

\end{document}