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

% Ex. No. 11 (Section  5.1 : Exemple avec \tkzcname{tkzGetPoint})

\begin{tikzpicture}[scale=1.25]
  \tkzInit[xmin=-2,xmax=2,xstep=1,
           ymin=-8,ymax=24,ystep=8]
  \tkzGrid  \tkzAxeXY
  \tkzFct[domain =-1.5:1]{3.0-1.3125*x**5-2.5*x**3}
  \tkzDefPointByFct(.5)  \tkzGetPoint{A}\tkzDrawPoint(A)
  \tkzLabelPoint[above right](A){$A_0$}
\end{tikzpicture}

\end{document}