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

% Ex. No. 10 (Section  5.2.1 : Customized origin.)

\begin{tikzpicture}
  \tkzInit[xmin=20,
           xmax=50,
           xstep=10,
           ymin=5000,
           ymax=5150,
           ystep=50]
  \tkzAxeXY
  \tkzDefPoint(30,5100){A}
  \tkzDrawPoint(A)
\end{tikzpicture}

\end{document}