summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-9-10-1.tex
blob: 433c45c6de6933ac75846a2f154668ffd16b8c6a (plain)
1
2
3
4
5
6
7
8
9
 \begin{tikzpicture}
   \tkzSetUpPoint[shape = cross out,
                     color=blue]
   \tkzInit[xmax=100,xstep=20,ymax=.5]
   \tkzDefPoint(20,1){A}
   \tkzDefPoint(80,0){B}
   \tkzDrawLine(A,B)
   \tkzDrawPoints(A,B)
\end{tikzpicture}