<div dir="ltr"><div>Dear NCL user,</div><div>I've been trying to add labels to the contour line. But, the labels are not added. I would appreciate any recommendation. <br></div><div><br></div><div>Thanks<br></div><div> </div><div>res                      = True               ; plot mods desired<br>  res@cnFillOn             = False               ; turn on color<br>;res@mpShapeMode  = "FreeAspect"<br>res@vpWidthF      = 0.3<br>res@vpHeightF     = 0.2<br>;  res@cnFillPalette  2     = "grads_rainbow"     ; choose colormap<br>  ;res@cnFillPalette        = cmap     ; choose colormap<br>  res@gsnPolar           = tick               ; specify the hemisphere<br>res@gsnDraw              = False<br> res@gsnFrame    = False<br> res@gsnTickMarksOn         = False<br>  res@mpMinLatF            = 50                 ; specify min lat<br>;  res@mpMinLatF            = minlatt                 ; specify min lat<br>;res@mpMaxLatF            = maxlatt <br>  res@trGridType           = "TriangularMesh"<br>  res@cnLinesOn            = False        ; True is default<br>;res@mpFillOn             = False              ; turns off continent gray<br>  res@cnLineLabelsOn       = True        ; True is default<br>res@cnExplicitLineLabelsOn = True<br>res@cnLineLabelStrings = (/"15","50","80"/)<br>res@mpGridAndLimbOn = False<br>res@mpLabelFontHeightF = "22"<br>res@mpPerimLineThicknessF = 2<br>res@mpOutlineOn           = True<br>; res@mpLandFillColor       = "tan"<br>;res@tiMainString    = ""+type+"-"+mon+""<br>  res@lbLabelBarOn         = False        ; turn off individual lb's<br> res@gsnLeftString    = ""    ; no titles<br>  res@gsnRightString   = ""<br>  res@tiXAxisString    = ""<br>  res@tiYAxisString    = ""</div><div><br></div><div><br></div><div><br></div></div>