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

% Ex. No. 19 (Section  6.1.6 : Trigonometric axis with the option \tkzname{trig=2} )

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

\end{document}