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

% Ex. No. 30 (Section  8.7 : Surface comprise entre deux courbes avec des hachures)

  \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}