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

% Ex. No. 46 (Section  7.0.3 : Almost Default)

\begin{tikzpicture}
  \tkzInit[xmax=5,ymax=2]
  \tkzGrid[color=orange]
  \tkzAxeXY
\end{tikzpicture}

\end{document}