blob: 4fe8998bd22a7f9251819f4dbda0ec21d797edc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 29 (Section 6.3.3 : Option \tkzname{frac} et \tkzname{trig})
\begin{tikzpicture}
\tkzInit[xmax=9,xstep=3,ymax=3.5]
\tkzLabelX[below=10pt,orig=false,frac=3]
\tkzDrawX[label = $t$]
\tkzAxeY[trig=2]
\end{tikzpicture}
\end{document}
|