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

% Ex. No. 40 (Section  7.0.4 : Sous grille en plus, option \tkzname{sub})

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

\end{document}