[GRASS5] Re: [GRASSLIST:1914] v.bubble for GRASS 5.7 ?
Hamish
hamish_nospam at yahoo.com
Tue Dec 2 01:35:55 EST 2003
On Mon, 1 Dec 2003 12:53:20 +0100
"Radim Blazek" <blazek at itc.it> wrote:
> > 5.0's v.bubble breaks when bubble areas overlap. I'd think this
> > should have been d.bubble in the first place, but then again I guess
> > you want it for ps.map.
>
> To make a new vector (for later analysis), v.buffer should be used,
> but it does not support individual buffer sizes (using attributes).
thus, for export to ps.map one might use:
v.buffer and then v.patch in a Bash loop.
for display to X/PNG monitor one might use:
d.vect.chart ctype=pie with one column
(untested)
thanks,
H
More information about the grass-dev
mailing list