blob: 369e0346de87ee010840f4facd14fd43cad8645e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 44 (Section 7.0.8 : \tkzcname{tkzGrid} et les arguments)
\begin{tikzpicture}
\tkzInit[xmax=100,xstep=20,
ymax=3000,ystep=1000]
\tkzGrid[sub,subxstep=10,
subystep=500,
color=orange]
(-20,-1000)(115,4000)%
\tkzAxeXY
\end{tikzpicture}
\end{document}
|