summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-06-7-1.tex
blob: 5c095c9410d3e16ffa81c21155de76dc0438af25 (plain)
1
2
3
4
5
6
7
8
9
10
11
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 30 (Section  6.7.1 : Couleur des axes, des graduations)

\begin{tikzpicture}
  \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=3]
  \tkzAxeXY[label={},text=blue]
\end{tikzpicture}

\end{document}