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

% Ex. No. 42 (Section 10.5 : Une ligne horizontale)

\begin{tikzpicture}
  \tkzInit[xmax=80,xstep=20,ymax=2]
  \tkzAxeXY
  \tkzHLine[color=red]{exp(1)-1}
\end{tikzpicture}

\end{document}