[GRASS-user] ps.map grids

Tyler Smith tyler at plantarum.ca
Wed Mar 26 14:01:39 PDT 2014


Hi,

I'm trying to make a ps make, which I'll then tweak in Inkscape. The
basic map looks almost correct, but the geogrid labels are placed
slightly off the page. Is there a way to instruct GRASS to move the
labels inwards so they are readable?

The map is here: https://www.flickr.com/photos/carex/13433924714/

The script I'm using is:

g.region n=935000 s=-750000 e=1800000 w=670000

ps.map input=inputscript output=cranberry-map.ps

where 'inputscript' contains the following:

vlines provinces_ca
type boundary
color black
end

vlines usa
type boundary
color black
end

vpoints cranberry_ONQU
type point
color red
fcolor red
symbol basic/point
end

geogrid 5 d
color grey
numbers 1 black
end

paper
width 3.5
height 5
left 0.1
right 0.1
top 0.1
bottom 0.1
end

Thanks!

Tyler


More information about the grass-user mailing list