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

% Ex. No. 53 (Section 12.1 : Équation polaire exemple 1)

\begin{tikzpicture}[scale=0.75]
 \tkzInit [xmin=-0.5,xmax=0.5,
           ymin=-0.5,ymax=0.5,
           xstep=0.1,ystep=.1]
 \tkzDrawX   \tkzDrawY
 \tkzFctPolar[domain=-2*pi:2*pi]{cos(t)*sin(t)}
\end{tikzpicture}

\end{document}