summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-07-0-9.tex
blob: 88e1b387cd1470ca2fe487d56d52caa9aaaaff2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 45 (Section  7.0.9 : Usage de \tkzname{pi} avec \tkzcname{tkzGrid})

\begin{tikzpicture}[scale=.75]
   \tkzInit[xmax=6.5,ymax=6.5]
   \tkzGrid[xstep=pi,ystep=pi/2,sub,
            subxstep=pi/4,subystep=pi/4]
   \tkzLabelX[label=$t$,orig=false,trig=4,
            below=6pt,font=\scriptsize]
   \tkzLabelY[trig=2,font=\scriptsize]
   \tkzDrawXY
\end{tikzpicture}

\end{document}