blob: 94bbba05f85459a9139865480c84b2c62616f6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 46 (Section 7.0.3 : Almost Default)
\begin{tikzpicture}
\tkzInit[xmax=5,ymax=2]
\tkzGrid[color=orange]
\tkzAxeXY
\end{tikzpicture}
\end{document}
|