blob: 141057b12c01dd1414e1322844eb74bba473bfc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 34 (Section 6.3.1 : Example with \tkzcname{tkzAxeX})
\begin{tikzpicture}
\tkzInit[xmax=0.5,xstep=0.1,ymax=1]
\tkzGrid
\tkzAxeX[text=blue]
\end{tikzpicture}
\end{document}
|