summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-9-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-9-0.tex')
-rw-r--r--obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-9-0.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-9-0.tex b/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-9-0.tex
new file mode 100644
index 0000000000..29e26a498c
--- /dev/null
+++ b/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-9-0.tex
@@ -0,0 +1,17 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 32 (Section 8.9 : Surface comprise entre deux courbes : courbes de Lorentz)
+
+\begin{tikzpicture}[scale=1.25]
+ \tkzInit[xmax=1,ymax=1,xstep=0.1,ystep=0.1]
+ \tkzGrid
+ \tkzAxeXY
+ \tkzFct[color = red,domain = 0:1]{(exp(\x)-1)/(exp(1)-1)}
+ \tkzFct[color = blue,domain = 0:1]{\x*\x*\x}
+ \tkzFct[color = green,domain = 0:1]{\x}
+ \tkzDrawAreafg[between = c and b,color=purple!40,domain = 0:1]
+ \tkzDrawAreafg[between = c and a,color=gray!60,domain = 0:1]
+\end{tikzpicture}
+
+\end{document}