comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » cgPlotS problem with NaN values in data
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: cgPlotS problem with NaN values in data [message #88962 is a reply to message #88960] Tue, 08 July 2014 13:18 Go to previous messageGo to previous message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
Try plotting only the points that have non-NaN values.


iGood = where(finite(lon2500[3,*]) and finite(lat2500[3,*]), nGood)
if nGood gt 0 then cgplots, lon2500[3,iGood], lat2500[3,iGood], map=mapCoord, color='green', thick=4

etc.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL in IPython notebooks
Next Topic: Projected Meter Space and mapCoord

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 06:43:44 PDT 2025

Total time taken to generate the page: 1.52255 seconds