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

% Ex. No. 78 (Section  8.12.3 : Example with \tkzcname{tkzPointShowCoord} and \tkzname{xstep})

\begin{tikzpicture}[xscale=3,yscale=2]
   \tkzInit[xmax=15,ymax=15,
           xstep=10,ystep=10]
   \tkzAxeXY
   \tkzDefPoint(10,10){a} \tkzDrawPoint(a)
   \tkzPointShowCoord(a)
   \tkzLabelPoint(a){$A_1$}
\end{tikzpicture}

\end{document}