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

% Ex. No. 41 (Section  7.0.5 : Changement de maille)

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

\end{document}