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

% Ex. No. 46 (Section 11.1 : Courbe paramétrée exemple 1)

\begin{tikzpicture}
  \tkzInit[ymax=2.25,ystep=.5]  \tkzGrid
  \tkzAxeXY
  \tkzFctPar[samples=400,domain=0:2*pi]{(t-sin(t))}{(1-cos(t))}
\end{tikzpicture}

\end{document}