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

% Ex. No. 32 (Section  6.2.10 : Only positive graduations before drawings )

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

\end{document}