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

% Ex. No. 8 (Section  5.1.2 : Role of \tkzname{xstep} , \tkzname{ystep})

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

\end{tikzpicture}

\end{document}