summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-6-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-6-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-6-0.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-6-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-6-0.tex
new file mode 100644
index 0000000000..5b258b1fdd
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-6-0.tex
@@ -0,0 +1,18 @@
+%
+% tkz-euclide (14/01/2011)
+%
+% Coding (utf8) Creator (TeX) Producer (pdfeTeX)
+% Author Alain Matthes
+\input{tkzfctpreamble.ltx}
+
+\begin{document}
+
+ \begin{tikzpicture}[scale=1.5]
+ \tkzInit[xmax=5,ymax=5]
+ \tkzGrid \tkzAxeXY
+ \tkzFct[domain = 0:5]{x}
+ \tkzFct[domain = 1:5]{log(x)}
+ \tkzDrawAreafg[color = orange!50,domain = 1:5]
+ \end{tikzpicture}
+
+\end{document}