blob: ef654d6576d8d9ea44798387eafee98b896f7f2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 38 (Section 7.0.2 : Option \tkzname{sub})
\def\tkzCoeffSubColor{20}
\def\tkzCoeffSubLw{0.2}
\begin{tikzpicture}
\tkzInit[xmax=4, ymax=2]
\tkzGrid[sub,color=orange,
subxstep=.5,subystep=.5]
\tkzAxeXY
\end{tikzpicture}
\end{document}
|