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

% Ex. No. 50 (Section 11.5 : Courbe paramétrée exemple 5)

\begin{tikzpicture}[scale=4]
  \tkzInit[xmin=-1,xmax=1,ymin=-2,ymax=1]
  \tkzClip
  \tkzFctPar[samples=500,smooth,domain=-pi:pi,
             ball color=red,shading=ball]%
            {(sin(t))**3}{cos(t)-(cos(t))**4}
\end{tikzpicture}

\end{document}