[GRASS5] plot 2 components

If i have in file two components and wish to plot the
resultant, how i can do it???
The data already i did read with v.in.ascii, my data
file have five columns, one for lat, lon, X component,
Y component, Cat, so how plot X and Y component to
generate a map with vector resultant???

=====
LCA Miguel A. Altamirano del C.
"Los Mexicanos llevamos la fiesta en la garganta"

Tel. 01(232)32 45208

La belleza de la meteorología radica en saber
pronosticarla y no simplemente en estudiarla
      (Miguel A. Altamirano 28-5-00)

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

If i have in file two components and wish to plot the
resultant, how i can do it???
The data already i did read with v.in.ascii, my data
file have five columns, one for lat, lon, X component,
Y component, Cat, so how plot X and Y component to
generate a map with vector resultant???

perhaps it is fairly easy (for a C programmer) to modify
'd.vect.chart ctype=pie' in single column bubble plot mode to plot an
arrow/barb rather than a circle?

otherwise you could do sqrt(x^2+y^2) before loading into grass and then
at least get magnitude in the above bubble plot manner.

or some fancy d.graph or d.mapgraph scripting.

Hamish