summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex')
-rw-r--r--obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex b/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex
deleted file mode 100644
index 75e39e9064..0000000000
--- a/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 28 (Section 8.3 : Surface simple)
-
- \begin{tikzpicture}[scale=1.75]
- \tkzInit[xmin=0,xmax=800,xstep=100,
- ymin=0,ymax=2000,ystep=400]
- \tkzGrid
- \tkzAxeXY
- \tkzFct[domain = 0:800]{(1./90000)*\x*\x*\x-(1./100)*\x*\x+(113./36)*\x}
- \tkzDefPoint(450,400){a}
- \tkzDrawPoint(a)
- \tkzDrawArea[color=orange!50, domain =0:450]
- \tkzDrawArea[color=orange!80, domain =450:800]
-\end{tikzpicture}
-
-\end{document}