<div dir="ltr"><div><div><div><div><div>Hi Chang,<br></div><div>Yes, this is quite possible, but you will have to create the legend yourself. Take a look at the NhlNewMarker function:<br></div><a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/NhlNewMarker.shtml">https://www.ncl.ucar.edu/Document/Functions/Built-in/NhlNewMarker.shtml</a><br><br></div>You would use that function to create the first marker (the ellipse), and then draw it 2 more times at different sizes. The 2nd and 3rd markers are #16 in this table:<br><a href="http://www.ncl.ucar.edu/Document/Graphics/Images/markers.png">http://www.ncl.ucar.edu/Document/Graphics/Images/markers.png</a><br></div>and then the 4th marker is a combination of #4 and #16. <br><br></div>You will likely want to use gsn_polymarker_ndc to draw the polymarkers:<br><a href="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polymarker_ndc.shtml">http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polymarker_ndc.shtml</a><br></div><div>Make sure you advance the frame only after all calls to gsn_polymarker_ndc.<br><br></div><div><div><div>Thus, the order would be something like this<br></div><div>1 - create plot, but do not advance the frame<br></div><div>2 - Create new ellipse polymarker with NhlNewMarker<br></div><div>3 - Using gsn_polymarker_ndc draw polymarker created in step #2 three times in the same spot but with different sizes.<br></div><div>4 - Use gsn_polymarker_ndc to draw red filled and blue filled polymarkers (marker #16).<br></div><div>5 - Use gsn_polymarker_ndc to draw a red filled circle (#16), then overlay a thick hollow circle (#4) over the top of it.<br></div><div>6 - Call gsn_text_ndc four times for text.<br></div><div>7 - Advance frame.<br></div><div><br>Take a look at polymarker example #16 here for a real-world example:<br><a href="http://www.ncl.ucar.edu/Applications/polyg.shtml#ex16">http://www.ncl.ucar.edu/Applications/polyg.shtml#ex16</a><br><br></div><div>Hope that helps.. If not or if you have further question, please respond to the ncl-talk list.<br></div><div>Adam<br></div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 14, 2015 at 11:28 AM, Xi Chang <span dir="ltr">&lt;<a href="mailto:xi.chang01@gmail.com" target="_blank">xi.chang01@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi NCL users,<div><br></div><div>I want to put the explicit legend beside my contour plot as attached.</div><div>Is there anyone know how to generate such symbols in the legend ?</div><div><br></div><div>Thanks for any hints.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Chang</div></font></span></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="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>