Re: [GRASS-user] Grid label format in psmap

2010-11-25 Thread Hamish
John wrote: > I have a UTM dataset that I am plotting with psmap.  I > would like to have grid squares at 1000 m intervals.  I > can do this easily with the following: > > grid 1000 >    color black >    numbers 1 >    font helvetica >    fontsize 12 > end* > > *However, on the resulting plot, th

Re: [GRASS-user] Grid label format in psmap

2010-11-25 Thread Rich Shepard
On Thu, 25 Nov 2010, John A Stevenson wrote: grid 1000 color black numbers 1 font helvetica fontsize 12 end* John, Have you tried specifying grid 1 (assuming kilometers rather than meters)? If so, what results did you see in the pdf? Rich ___

[GRASS-user] Grid label format in psmap

2010-11-25 Thread John A Stevenson
Hi, I have a UTM dataset that I am plotting with psmap. I would like to have grid squares at 1000 m intervals. I can do this easily with the following: grid 1000 color black numbers 1 font helvetica fontsize 12 end* *However, on the resulting plot, the gridline labels are trunc