summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzbase-8-0-8.tex
blob: 33d3007ef5998cc8c7df777f21f5a72d01cbb84e (plain)
1
2
3
4
5
6
7
8
9
\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}