summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-2.tex
blob: fef08eda5ce84d88790e446142b5a0db8efe2283 (plain)
1
2
3
4
5
6
7
8
9
\def\tkzCoeffSubColor{20}
\def\tkzCoeffSubLw{0.2}
\begin{tikzpicture}
 \tkzInit[xmax=4, ymax=2]
 % on peut modifier le pas pour la seconde grille
 \tkzGrid[sub,color=bistre,
         subxstep=.5,subystep=.5]
  \tkzAxeXY
\end{tikzpicture}