summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-1-0-0.tex
blob: 02a0e3f7e7d4d031d522503b02b445ededdae8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%
% tkz-euclide (14/01/2011)
%
% Coding (utf8) Creator (TeX) Producer (pdfeTeX) 
% Author Alain Matthes
\input{tkzfctpreamble.ltx}

\begin{document}

\begin{tikzpicture}[scale=.5]
  \tkzInit[xmax=100,xstep=10,
           ymax=1000000,
           ystep=100000]
  \tkzAxeX[right]
  \tkzAxeY[above]
  \tkzGrid
  \tkzFct[color=red,
          domain=0:100]{\x**3}
\end{tikzpicture}

\end{document}