summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-6-2-2.tex
blob: 7e58acc5f538790a440a53ac5a749306c0b63d26 (plain)
1
2
3
4
5
6
7
8
\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}