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

% Ex. No. 47 (Section  7.0.4 : Under the grid, too, option \tkzname{sub})

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

\end{document}