[gradsusr] highlight a point in the figure using lat lon

Manoranjan LPAS lpasmanoranjan at gmail.com
Sun Jun 28 20:59:30 EDT 2015


Dear Stephen,
Thank you so much for the method with explanation.
It works fine and solved my problem.

Kind Regards
Mano

On 28 June 2015 at 02:10, Stephen McMillan <smcmillan at planalytics.com
<javascript:_e(%7B%7D,'cvml','smcmillan at planalytics.com');>> wrote:

> Mano,
>
> So convert your lon and lat to x and y, then substitue for x and y in
> 'draw mark...' string.  Use 'q w2xy...' for the conversion, e.g.:
>
> 'd [variable]'
> long=75.3;lati=41.2
> 'q w2xy 'long' 'lati
> wx=subwrd(result,3);wy=subwrd(result,6)
> 'draw mark 1 'wx' 'wy' 0.1'
>
> Good luck...
> Stephen McMillan
>
> On Fri, Jun 26, 2015 at 6:22 PM, Manoranjan LPAS <lpasmanoranjan at gmail.com
> <javascript:_e(%7B%7D,'cvml','lpasmanoranjan at gmail.com');>> wrote:
>
>> Dear grads users,
>> I would like to highlight a particular point using lat lon in my figure.
>> draw mark marktype x y size does not meet my requirement. I just look to
>> highlight a point in my figure something like: draw mark marktype lon lat
>> size
>>
>> I appreciate in advance for any kind of help in this regard.
>>
>> Thank You
>> Mano
>>
>> _______________________________________________
>> gradsusr mailing list
>> gradsusr at gradsusr.org
>> <javascript:_e(%7B%7D,'cvml','gradsusr at gradsusr.org');>
>> http://gradsusr.org/mailman/listinfo/gradsusr
>>
>>
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> <javascript:_e(%7B%7D,'cvml','gradsusr at gradsusr.org');>
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20150629/f7185d8d/attachment.html 


More information about the gradsusr mailing list