summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-7-0.tex
blob: 0d2cd771c0b586ab6c725e787aa3968a9251f6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 44 (Section 10.7 : Lignes horizontales)

\begin{tikzpicture}
 \tkzInit
 \tkzAxeXY
 \tkzHLines[color = green]{1,2,...,10}
\end{tikzpicture}

\end{document}