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

% Ex. No. 2 (Section  5.1.2 : Rôle de \tkzname{xstep} , \tkzname{ystep})

\begin{tikzpicture}
  \tkzInit[xmax=10,xstep=2,ymax=800,ystep=400]
  \tkzGrid
  \tkzAxeXY

\end{tikzpicture}

\end{document}