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

% Ex. No. 49 (Section 11.4 : Courbe paramétrée exemple 4)

\begin{tikzpicture}[scale=1.25]
  \tkzInit[xmin=-1,xmax=1,xstep=.2,
           ymin=-1,ymax=1,ystep=.2]
  \tkzFctPar[color=red,
      line width=2pt,
      fill=orange,
      opacity=.4,
      samples=400,
      domain=0:2*pi]{(cos(t))**3}{(sin(t))**3}
\end{tikzpicture}

\end{document}