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

% Ex. No. 94 (Section 13.2.1 : Horizontal lines)

\begin{tikzpicture}
 	\tkzInit[xmax=5,ymax=4]
 	\tkzAxeXY
	 \tkzHLines[color = magenta]{1,...,3}
\end{tikzpicture}

\end{document}