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

% Ex. No. 31 (Section  6.2.9 : Graduations (except originally) prior to tracings  )

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

\end{document}