summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-1.tex
blob: 5841706ebd0538cf2887da4a743b02a89c48bf6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 37 (Section  7.0.1 : \tkzcname{tkzGrid} et l'option \tkzname{sub})

\begin{tikzpicture}
 \tkzInit[xmax=4, ymax=2]
 \tkzGrid[sub]
 \tkzAxeXY
\end{tikzpicture}

\end{document}