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

% Ex. No. 11 (Section  5.2.2 : Use of decimals )

\begin{tikzpicture}
  \tkzInit[xmin=0.00,  xmax=0.05,
           ymin=1.2200,ymax=1.2215,
           xstep=0.01, ystep=0.0005]
  \tkzAxeXY
  \tkzDefPoint(.04,1.22025){I}
  \tkzDrawPoint(I)
\end{tikzpicture}

\end{document}