<div dir="ltr"><div>Hello ncl users,</div><div>I would like to know how to invert the color table, because all the values that I present are negative. The problem is that I would like the value 0 will be white and -0.3 will be dark blue, but I don&#39;t know to do that, if I use color table &quot;WhiteBlue&quot;.</div><div><br></div><div>Some parts of my script:</div><div><div>;;;;;;;;;;;;;;;; out</div><div>  type = &quot;x11&quot;</div><div> ;type = &quot;pdf&quot;</div><div>; type = &quot;ps&quot;</div><div>; type = &quot;ncgm&quot;</div><div>  wks3 = gsn_open_wks(type,&quot;graficas/viento_10m&quot;)</div><div><br></div><div>  gsn_define_colormap(wks3,&quot;WhiteBlue&quot;)</div><div><br></div></div><div>......</div><div><br></div><div><div>;;;;;;;;;;;;;;;</div><div>      ; Generate contours.</div><div>        r_res = res</div><div>        r_res@cnFillOn = True</div><div>        r_res@cnInfoLabelOn         = False</div><div>      r_res@ContourParameters = (/ -0.3, 0., 0.05 /)</div><div>        r_res@MainTitlePos = &quot;Center&quot;</div><div>        r_res@MainTitle = &quot;&quot;</div><div>;r_res@NoHeaderFooter = True</div><div>        r_res@Footer = False</div><div>        r_res@InitTime = False</div><div>       ; r_res@lbOrientation        = &quot;Vertical&quot;</div><div>     contour_r = wrf_contour(a,wks3,div,r_res)</div></div><div><br></div><div>........</div><div><br></div><div><br></div><div>Can you give some ideas. please!.</div></div>