summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-07 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2020-02-07 03:01:03 +0000
commit9c4a09ca6a4130e71ba545412319aaee3c618460 (patch)
tree52b4c3ee8dc02613fc8ce4faffe5292e10e5d10a /macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex
parente684f0597e24a1d09af301d82b340b2df7cf2080 (diff)
CTAN sync 202002070301
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex
new file mode 100644
index 0000000000..75e39e9064
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-3-0.tex
@@ -0,0 +1,18 @@
+\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}