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

% Ex. No. 86 (Section 10.6.1 : First example with \tkzcname{tkzClip}} \hypertarget{clip}{)

\begin{tikzpicture}
 \tkzInit[xmax=3, ymax=3]
 \tkzGrid
 \tkzAxeXY
 \draw[red] (-1,-1)--(5,5);
\end{tikzpicture}

\end{document}