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

% Ex. No. 9 (Section  6.1.3 : Couleur du label et de l'axe)

\begin{tikzpicture}
  \tkzInit[xmax=5]
  \tkzDrawX[text=blue,color=red,
           right=12pt]
\end{tikzpicture}

\end{document}