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

% Ex. No. 11 (Section  6.1.5 : Axe trigonométrique avec l'option \tkzname{trig=1}}\hypertarget{newm}{)

\begin{tikzpicture}
  \tkzInit[xmin=0,xmax=4,ymin=-1,ymax=1]
  \tkzDrawX[trig=1]
\end{tikzpicture}

\end{document}