<div dir="ltr"><div><div>Yes.<br><br></div><div>  res@gsnDraw        = False        ; Don&#39;t draw plots<br>  res@gsnFrame        = False        ; Don&#39;t advance frame<br><br></div><div>[1] Scatter plot your values<br></div><div>        scatter =<br><br></div><div>[2] Overlay a contour. Something like<br>     res@trGridType    = &quot;TriangularMesh&quot; <br>     res@sfXArray       = x_location_of-each_point  ; [*]<br>     res@sfYArray       = y_location_of-each_point  ; [*]<br><br></div></div><div><br>  res@cnLevelSelectionMode        = &quot;ManualLevels&quot;<br>  res@cnMinLevelValF              = <br>  res@cnMaxLevelValF              = <br>  res@cnLevelSpacingF             =<br><br>  res@cnFillOn                    = True<br>; see: <a href="http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml">http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml</a><br>;;res@cnFillPalette               = &quot;...&quot;  ; if not specified use default color map   <br><br>  res@cnLinesOn                   = True or False<br>  res@cnLineLabelsOn              = True or False<br><br>   contour_scatter = gsn_csm_contour(wks,data,res)<br><br>  overlay(scatter,contour_scatter)<br><br>     <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 20, 2017 at 6:11 AM, Ipsita Putatunda <span dir="ltr">&lt;<a href="mailto:ipsita.putatunda@gmail.com" target="_blank">ipsita.putatunda@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"><div><div><div><div>Dear all,<br><br></div>I have one dimensional datasets for X and Y coordinate. Am making scatter plot with these data, but what I want if there is any way in NCL to generate density scatter plot.<br></div>Thanks in advance for any help in this issue.<br><br></div>Regards,<br></div>Ipsita<br></div>
<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>
<br></blockquote></div><br></div>