<div dir="ltr"><div>Hi all,</div><div><br></div><div>I&#39;d like to plot a point in grads and I want to add an enclosing circle with a defined radius. I was able to add a circle, but the radius is not correct. any ideas how to do this? what is the dimension of &quot;csize&quot; in grads?</div>

<div><br></div><div>here&#39;s my script</div><div><br></div><div><div>&#39;open rm1station_final.ctl&#39;</div><div>&#39;set display color white&#39;</div><div>&#39;c&#39;</div><div>&#39;set mpdset hires&#39;</div><div>
&#39;set clevs 0 1&#39;</div>
<div>&#39;set ccols 0 &#39;</div><div>&#39;d landmask&#39;</div><div><br></div><div>clon=121.02722</div><div>clat=14.57306</div><div>degrees=0.03</div><div><br></div><div>*makati02 station</div><div>&#39;q w2xy &#39;clon&#39; &#39;clat</div>

<div>  x1 = subwrd(result,3)</div><div>  y1 = subwrd(result,6)</div><div><br></div><div> radlon=clon+degrees </div><div> </div><div>&#39;q w2xy &#39;radlon&#39; &#39;clat</div><div>  x2 = subwrd(result,3)</div><div>  y2 = subwrd(result,6)</div>

<div>  </div><div>csize=(x2-x1)</div><div>&#39;draw mark 3 &#39;x1&#39; &#39;y1&#39; &#39;csize</div><div><br></div><div>&#39;printim station_locations.png&#39;</div><div>&#39;quit&#39;</div></div><div><br></div><br clear="all">

<div><div dir="ltr"><font face="comic sans ms, sans-serif"><i><b><u>Lyndon Mark P. Olaguera</u></b></i></font><div><br></div></div></div>
</div>