<div dir="ltr">Hi All,<br><div>In a figure, I am using the 'temp_diff_18lev' color table to display the temperature anomaly (Positive and negative) values using the color bar. For another figure I only have the positive temperature values for which I want to use the same 'temp_diff_18lev' color table. Could you please suggest me how to display the positive sides of the color bar.</div><div><br></div><div><b>1st Figure:</b></div><div> res@cnFillPalette       = "temp_diff_18lev"   ; set color map<br>  res@lbLabelBarOn        = True           ; turn off individual cb's<br>   res@cnLevelSelectionMode =  "ManualLevels"<br>   res@cnMinLevelValF       = -0.5<br>   res@cnMaxLevelValF       =  0.5<br>   res@cnLevelSpacingF      =  0.1<br></div><div><br></div><div><b>2nd Figure:</b></div><div> res@cnFillPalette       = "temp_diff_18lev"   ; set color map<br>  res@lbLabelBarOn        = True   ; Here I want to display only positive part<br></div><div>res@cnLevelSelectionMode =  "ManualLevels"<br>   res@cnMinLevelValF       = 0.1<br>   res@cnMaxLevelValF       =  0.5<br>   res@cnLevelSpacingF      =  0.1<br></div><div><br></div><div>Thanks.</div><div>S</div></div>