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

% Ex. No. 9 (Section  5.2 : Another example with \tkzname{xstep} and \tkzname{ystep})

\begin{tikzpicture}
  \tkzInit[xmax=5,xstep=1,ymax=2,ystep=.5]
    \tkzGrid
    \tkzAxeXY
\end{tikzpicture}

\end{document}