Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp; I am trying to plot wind vectors at a certain level. Because of the high resolution of the data, there are too many vectors, and the figure becomes blurred/shaded. Using GrADS &#39;skip&#39; function&nbsp; I could produce a&nbsp; readable&nbsp; figure.&nbsp; I think &#39;skip&#39; function only skips gridpoints, and does not&nbsp; take into consideration the values at the skipped points.&nbsp; Is this correct?&nbsp; If&nbsp; yes,&nbsp; how can I produce&nbsp; a&nbsp; legible&nbsp; figure of wind vector, which&nbsp; considers all&nbsp; gridpoints while drawing the vector !!&nbsp;
<br>thanks.....&nbsp; <br><br>&#39;open u.ctl&#39;<br>&#39;open v.ctl&#39;<br>&#39;set lon 140 200&#39;;&#39;set lat -10 10&#39;;&#39;set lev 200&#39;<br>&#39;set gxout vector&#39;;&#39;set ccolor 1&#39;;&#39;set cthick 3&#39;
<br>&#39;set arrowhead 0.04&#39;;&#39;set arrscl &#39;0.5&#39; &#39;20;&#39;set arrlab off&#39;<br>&#39;d skip(ave(u,time=20apr,time=23apr),12,12);skip(ave(v.2,time=20apr,time=23apr))&#39;<br>