bar plot
msaavedra
msaavedra at IMARPE.GOB.PE
Thu Aug 25 10:49:01 EDT 2005
You can use the grads script:
$ cat viento.gs
'reinit'
'open input_file'
'q file'
'set gxout vector'
'd u;v'
'draw title VIENTO(m/s)'
'draw xlab LONGITUD'
'draw ylab LATITUD'
'!sleep 3'
'c'
'd u;v;hcurl(u,v)'
'!sleep 3'
'c'
'd u;v;mag(u,v)'
'c'
'set gxout shaded'
'd us'
*'run cbar.gs'
Yuo can choose anyone of the graphics.
bye
Miguel
On Thu, 25 Aug 2005 17:28:46 +1000, Arpita Mandal wrote
> hi
> i want to plot u and v wind data. i have given
> set gxout vector
> d u
> but i am not getting the vecor arrows. i am getting only the contours. i
> need the arrows.
> thank you
> arpita
More information about the gradsusr
mailing list