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

% Ex. No. 45 (Section  7.0.2 : Option \tkzname{sub})

\begin{tikzpicture}
 \tkzInit[xmax=4, ymax=2]
 \tkzGrid[sub,color=orange,
         subxstep=.5,subystep=.5]
  \tkzAxeXY
\end{tikzpicture}

\end{document}