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

\begin{document}

\begin{tikzpicture}[scale=1.25]
 \tkzInit[ymin=-1,xmax=5,ymax=3]
 \tkzGrid
 \tkzAxeXY
 \tkzFct[domain = 0.5:5]{1/x}% courbe a
 \tkzFct[domain = 1:5]{log(x)}% courbe b
 \tkzDrawAreafg[between=b and a,
            color=magenta!50,
            domain = 1:4]
\end{tikzpicture}

\end{document}