summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-06-1-4.tex
blob: 87db2e3eb00bb441fec7af8698c5b391ed77e3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 10 (Section  6.1.4 : Option \tkzname{right space})

\begin{tikzpicture}
\tkzInit[xmax=0.4,xstep=0.1]
\tkzDrawX[text=blue,color=red,
          right=12pt,right space=1]
\end{tikzpicture}

\end{document}