summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-7-0.tex
blob: b5ee2373b632dcc361efc3fcedb637cb5e68b40e (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=.8]
    \tkzInit[xmax=5,ymax=5]
    \tkzGrid
    \tkzAxeXY
    \tkzFct[domain = 0:5]{x}
    \tkzFct[domain = 1:5]{log(x)}
    \tkzDrawAreafg[between= a and b,pattern=north west lines,domain = 1:5]
  \end{tikzpicture}

\end{document}