blob: c66dfa6197f007eddf2bb8ddc1c790dc857a809b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 96 (Section 13.1.2 : Exemple d'utilisation )
\begin{tikzpicture}
\tikzset{xaxe style/.style={-}}
\tikzset{yaxe style/.style={-}}
\tkzInit[xmax=4,ymax=4]
\tkzGrid
\tkzDrawX
\tkzDrawY
\tkzRep[color=red,ynorm=2]
\end{tikzpicture}
\end{document}
|