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

% Ex. No. 17 (Section  6.1 : Ajouter un label)

\begin{tikzpicture}
  \tkzInit[xmin=0,xmax=10,
          ymin=0,ymax=1.2,ystep=0.2]
  \tkzGrid
  \tkzAxeXY
  \tkzClip
  \tkzFct[thick,color=red,domain=0.55:10]{(\x*\x+\x-1)/(\x**3)}
  \tkzText(3,-0.3){\textbf{Courbe de} $\mathbf{f}$}
  \tkzDefPointByFct(3)
  \tkzText[above right,text=red](tkzPointResult){${\mathcal{C}}_f$}
\end{tikzpicture}

\end{document}