blob: da595596308c7bfe91a33827ba0fa83f161fcc6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 18 (Section 6.1.5 : Trigonometric axis with the option \tkzname{trig=1}}\hypertarget{newm}{)
\begin{tikzpicture}
\tkzInit[xmin=0,xmax=4,ymin=-1,ymax=1]
\tkzDrawX[trig=1]
\end{tikzpicture}
\end{document}
|