<div dir="ltr"><div>Hi Jason,</div><div><br></div><div>There are a several problems going on. str_get_field() is one-based in counting fields (maddenly enough), so your lat/lon variables are wrong (indexes 2 & 3, not 1 & 2).  When you go to draw the markers, you assign gsMarkerColor the whole colors array, which is the source of the warnings -- did you intend something like "gsMarkerColor = colors(i,:)"  ?   Finally, if you print the arrays lon_new and lat_new, you'll see the arrays are of length 12, and the first 11 values contain -999's. I have not studied how those arrays were constructed.</div><div><br></div><div>Hope that helps...</div><div>Rick<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 23, 2021 at 9:14 AM Herb, Jason via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello NCL users,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I am attempting to plot a series of polygons on a map of NYS that are based on a range of data from 0 to 1. I am attempting make each polygon show on the map as the proper color-code matching the label bar for a given range. Currently, I can get printout of
 the map with lat/lon axis data title, and for some odd reason there is a black dot over the "W" for the 75W label.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I have attached the script input file and the output png file.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
thanks,
<div>Jason</div>
<br>
</div>
</div>

_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>