blob: e9f80c2e2b3bf184340c5937aef6a2531dd7901d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 88 (Section 10.6.3 : \tkzcname{tkzClip} et l'option \tkzname{space})
\begin{tikzpicture}
\tkzInit[xmax=3, ymax=3]
\tkzGrid \tkzAxeXY
\tkzClip[space=-0.5]
\draw[red] (-0.5,-0.5)--(3.5,3.5);
\end{tikzpicture}
\end{document}
|