summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-4-8-0.tex
blob: d8d928beb2be81034cc40b2c030c4fc0e09ab6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%
% tkz-euclide (14/01/2011)
%
% Coding (utf8) Creator (TeX) Producer (pdfeTeX) 
% Author Alain Matthes
\input{tkzfctpreamble.ltx}

\begin{document}

        \begin{tikzpicture}[scale=2]
         \tkzInit[xmin=-3,xmax=3, ymin=-1,ymax=3]
         \tkzGrid[sub,subxstep=.5,subystep=.5]
         \tkzAxeXY
         \tkzFct[domain = -3:2]{(2-x)*exp(x)}
         \tkzText(-2,1.25){$\mathcal{C}_{f}$}
         \tkzDefPoint(2,0){A} \tkzDrawPoint(A)  \tkzLabelPoints(A)
         \end{tikzpicture}

\end{document}