summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-5-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-5-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-5-0.tex19
1 files changed, 0 insertions, 19 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-5-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-5-0.tex
deleted file mode 100644
index 949853f109..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-5-0.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 15 (Section 5.5 : Placer des points sans se soucier des coordonnées)
-
-\begin{tikzpicture}[scale=1.6]
- \tkzInit[xmin = 0, xmax = 800,
- ymin = 0, ymax = 2000,
- xstep = 100,ystep = 400]
- \tkzGrid
- \tkzAxeXY
- \tkzFct[color = blue,
- domain = 0:800]%
- {(1./90000)*\x*\x*\x-(1./100)*\x*\x+(113./36)*\x}
- \foreach \va in {0,450,800}{%
- \tkzDefPointByFct[draw](\va)}
-\end{tikzpicture}
-
-\end{document}