diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-9.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-9.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-9.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-9.tex new file mode 100644 index 00000000000..9426c131dfc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-9.tex @@ -0,0 +1,9 @@ +\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} |