<div dir="ltr"><div dir="ltr"><div dir="ltr">Dear NCl Team<div><br></div><div>For some reason the main title is not appearing in the plot. Even If I move "res@tiMainString" just after res=True I still dont see the main title.  I will be grateful for help and suggestions.</div><div><br></div><div><div>   type = "x11"</div><div>      wks = gsn_open_wks(type,"abc"+hour)</div><div>      cmap_data=read_colormap_file("ncl_default")</div><div>      res                          = True</div><div>      res@gsnDraw                  = False</div><div>      res@gsnFrame                 = False</div><div>      res@cnFillPalette            = cmap_data(::-1,:)</div><div>      res@cnLinesOn                = False</div><div>      res@cnFillOn                 = True</div><div>      res@cnLevelSelectionMode     = "ExplicitLevels"</div><div>      res@cnLevels                 =(/-0.1,-0.2,-0.4,-0.6,-0.8,-1,-1.2,-1.4,-1.6,-1.8,-2.0,0,0.2,0.4,0.6/)</div><div><br></div><div>      res@lbOrientation        = "Vertical"</div><div>      res@pmLabelBarOrthogonalPosF = -0.005</div><div>      res@lbTitleOn         = True</div><div>      res@lbTitleString     = "UHI Difference(~S~o~N~C)"</div><div>      res@lbTitleFontHeightF = 0.013</div><div>      res@lbLabelFontHeightF = 0.010</div><div>      res@lbTitlePosition      = "Right"                           ; title location</div><div>      res@lbTitleDirection     = "Across"                          ; letter angle</div><div>      res@lbTitleAngleF        = 90.</div><div>      pltres = True</div><div>      pltres@NoTitles = True</div><div>      pltres@gsnMaximize = True</div><div>      pltres@FramePlot = False</div><div>      pltres@PanelPlot = True</div><div><br></div><div><br></div><div><br></div><div><br></div><div>      mpres = True</div><div>      mpres@mpOutlineBoundarySets    ="NoBoundaries"</div><div><br></div><div>     res@tiMainString             ="UHI Difference between Feb(NE) and April(EI)"</div><div>     res@tiMainFontHeightF        = 0.025</div><div>     res@gsnLeftString  = ""                      ; left title, remove default</div><div>     res@gsnRightString  = ""</div><div><br></div><div><br></div><div> plot = wrf_map_overlays(a,wks,(/contour_lh/),pltres,mpres)</div><div><br></div><div>  shape_files = (/"/Shapefiles/SGP_adm_shp/SGP_adm0.shp"/)</div><div>    plot = add_coastline_sgmyid(shape_files,wks,plot,"black")</div><div>    draw(plot)</div><div>    frame(wks)</div></div><div><br></div></div></div></div>