summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-06-8-2.tex
blob: 2b073b0a11a6d7bc18280bf54e271fbe6026e0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 34 (Section  6.8.2 : Deux axes trigonométriques)

\begin{tikzpicture}
  \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=2]
  \tkzDrawXY[label={},color=red,trig=4]
\end{tikzpicture}

\end{document}