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

% Ex. No. 52 (Section 11.7 : Courbe paramétrée exemple 7)

\begin{tikzpicture}[scale=1.75]
  \tkzInit[xmin=-20,xmax=20,xstep=5,ymin=-25,ymax=15,ystep=5]
  \tkzClip
  \tkzFctPar[samples=400,smooth,domain=0:6.28,
             ball color=red,shading=ball]%
   {16*(sin(t))**3}{13*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t)}
\end{tikzpicture}

\end{document}