\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}