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

% Ex. No. 108 (Section 16.4 : \tkzcname{tkzDrawMark})

  \begin{tikzpicture}
  \tkzInit[xmax=3,ymax=1]
  \tkzAxeXY
  \tkzDrawMark[mark=ball](1,.5)
\end{tikzpicture}

\end{document}