summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-01-0-0.tex
blob: 8885200411be6769ee8c5d7f31cb791ecbc1643f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 1 (Section  1 : Fonctionnement)

\begin{tikzpicture}
  \tkzInit[xmax=80,xstep=10,
           ymax=800000,
           ystep=100000]
  \tkzAxeXY
  \tkzGrid
  \tkzFct[color=red,
          domain=0:80]{\x**3}
\end{tikzpicture}

\end{document}