summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-4-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-4-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-4-0.tex13
1 files changed, 0 insertions, 13 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-4-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-4-0.tex
deleted file mode 100644
index 1b5e701e64..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-4-0.tex
+++ /dev/null
@@ -1,13 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 6 (Section 4.4 : Modification de \tkzname{xstep} et \tkzname{ystep})
-
-\begin{tikzpicture}[scale=1.5]
- \tkzInit[xmax=700,xstep=100,ymax=1200,ystep=400]
- \tkzGrid(0,0)(700,1200) \tkzAxeXY
- \tkzFct[color=red,samples=100,line width=0.8pt,domain =0:700]%
- {(1./90000)*\x*\x*\x-(1./100)*\x*\x+(113./36)*\x}
-\end{tikzpicture}
-
-\end{document}