Jaros³aw Jasiewicz wrote: > Is it possble to draw grid (d.grid) with different resolution in x > (5000) and y (8000)? Not with d.grid. But you can use v.mkgrid to make a custom vector grid, and display the boundaries as a map layer. No labels of course without a bunch of calls to d.text. Hamish