<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Hello:<br><div><br><div>I'd like to remove/change the following features in the attached pressure and precipitation plots:<br><div>In the former, how to remove the legend "Contours: 1009 to 1015 by 0"?<br><div><div><div>In the latter, how to change in the color bar ".1" and ".4" and put instead  "0.1" and "0.4"?<br><div><div>Thank you.<br><div><br><br></div></div><span> ; Plotting options for SLP shades<br>       opts = res<br>       opts@cnFillOn = True<br>    ;  opts@cnFillColors = "BlueWhite"<br>    ;  opts@cnFillPalette = "BlueWhite"<br>       opts@FieldTitle= " "<br>    ;  opts@ContourParameters = (/900.,1050.,2./)<br>       opts@gsnSpreadColorEnd = -3<br>       gsn_define_colormap(wks,"WhiteBlue")<br>       contour_psl1 = wrf_contour(e1,wks,slp,opts)<br>       delete(opts)<br>    ; Plotting options for SLP Contours<br>      opts = res<br>      opts@cnLineColor = "Grey25"<br>      opts@cnHighLabelsOn = True<br>      opts@cnHighLabelPerimOn = False<br>      opts@cnHighLabelFontColor = "Blue"<br>      opts@cnLowLabelsOn = True<br>      opts@cnLowLabelFontColor = "Red"<br>      opts@FieldTitle = " "<br>   ;  opts@ContourParameters = (/ 900., 1050., 2. /)<br>      opts@cnLineLabelBackgroundColor = -1<br>      opts@gsnContourLineThicknessesScale = 1.0<br>      contour_psl2 = wrf_contour(e1,wks,slp,opts)<br>      delete(opts)<br>      plot = wrf_map_overlays(e1,wks,(/contour_psl1,contour_psl2/),pltres,mpres)<br></span><br></div></div><div><br><span>; Plotting options for Precipitation<br>        opts_r = res<br>      ; opts_r@UnitLabel            = "mm"<br>        opts_r@cnLevelSelectionMode = "ExplicitLevels"<br>        opts_r@cnLevels             = (/ 0.1, 0.2, 0.4, 0.8, 1.6, 3.2, 6.4, \<br>                                        12.8, 25.6, 51.2, 102.4/)<br>        opts_r@cnFillColors         = (/"White","White","DarkOliveGreen1", \<br>                                        "DarkOliveGreen3","Chartreuse", \<br>                                        "Chartreuse3","Green","ForestGreen", \<br>                                        "Yellow","Orange","Red","Violet"/)<br>        opts_r@cnInfoLabelOn        = False<br>        opts_r@cnConstFLabelOn      = False<br>        opts_r@cnFillOn             = True<br>        contour_tot = wrf_contour(e1,wks, rain_tot, opts_r)<br>        contour_tend = wrf_contour(e1,wks, rain_tot_tend,opts_r) ; total (color)<br>        contour_res = wrf_contour(e1,wks,rain_exp_tend,opts_r)   ; exp (color)<br>        opts_r@cnFillOn = False<br>        opts_r@cnLineColor = "Red4"<br>        contour_prm = wrf_contour(e1,wks,rain_con_tend,opts_r)   ; con (red lines)<br>        delete(opts_r)<br>     ;  plot = wrf_map_overlays(e1,wks,contour_tot,pltres,mpres)<br></span><div><span>        plot = wrf_map_overlays(e1,wks,(/contour_tend,contour_psl/),pltres,mpres)<br>     ;  plot = wrf_map_overlays(e1,wks,(/contour_res,contour_prm/),pltres,mpres)</span></div><div><br><span></span><br></div><span><br></span><br></div></div><div><div><br><br></div><div><div><div><br><br></div></div></div></div></div></div></div></div></div></div></body></html>