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

% Ex. No. 33 (Section  6.2.11 : No graduations at the origin )

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

\end{document}