<div dir="ltr">Hi Sha,<div>I have accomplished this by drawing a set of filled markers first (say a filled circle #16), then drawing the exact same markers but this time use an </div><div>unfilled version (hollow circle #4). As a simplified example:</div><div>res = True</div><div>res@gsnDraw  = False</div><div>res@gsnFrame = False</div><div>...</div><div>res@xyMarkerColor = "black"</div><div>res@xyMarker = 16</div><div>plot = gsn_csm_xy(wks,time,arr,res)</div><div>res@xyMarker = 4</div><div>res@xyMarkerColor = "red"</div><div>plot2 = gsn_csm_xy(wks,time,arr,res)</div><div>overlay(plot,plot2)</div><div>draw(plot)</div><div>frame(wks)</div><div><br></div><div>You may have to alter the thickness or size of the markers (using xyMarkerSizeF or xyMarkerThicknessF), but the above should get you started down </div><div>the right path.</div><div><br></div><div>Hope that helps. If you have any further questions please respond to the ncl-talk email list.</div><div>Adam</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 1, 2017 at 9:41 AM, Sha Feng <span dir="ltr"><<a href="mailto:sfeng@mail.usf.edu" target="_blank">sfeng@mail.usf.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi NCL talkers,<br>
<br>
I wonder if anyone knows how to draw filled markers with different colors for markers’ boundaries.<br>
<br>
Thanks,<br>
-Sha<br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</div>