summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.1.tex
blob: 48d6af4edbfd4e4dcc70d6c2271a42827c0e07ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 44 (Section  7.0.1 : \tkzcname{tkzGrid} and the option \tkzname{sub})

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

\end{document}