<div dir="ltr"><div>Hi all,</div><div><br></div><div>I'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 "csize" in grads?</div>
<div><br></div><div>here's my script</div><div><br></div><div><div>'open rm1station_final.ctl'</div><div>'set display color white'</div><div>'c'</div><div>'set mpdset hires'</div><div>
'set clevs 0 1'</div>
<div>'set ccols 0 '</div><div>'d landmask'</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>'q w2xy 'clon' '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>'q w2xy 'radlon' 'clat</div><div> x2 = subwrd(result,3)</div><div> y2 = subwrd(result,6)</div>
<div> </div><div>csize=(x2-x1)</div><div>'draw mark 3 'x1' 'y1' 'csize</div><div><br></div><div>'printim station_locations.png'</div><div>'quit'</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>