blob: ae10a767785947c66ee340e4558fa767373b6656 (
plain)
1
2
3
4
5
6
7
8
|
\begin{tikzpicture}
\tkzInit[xmax=9,xstep=3,ymax=4]
\tkzGrid[xstep=1,ystep=pi/2,sub,
subxstep=1,subystep=pi/4]
\tkzLabelX[label=$t$,orig=false,frac=3,
below=6pt,font=\scriptsize]
\tkzLabelY[trig=2,font=\scriptsize]
\end{tikzpicture}
|