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

% Ex. No. 103 (Section 15.4.1 : Ball; use of \tkzcname{tkzDrawMarks})

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

\end{document}