<div dir="ltr"><div dir="ltr"><div dir="ltr">Dear User,<div>I am writing a simple script to see the contours filled with colour (res@cnFillOn = True) but it doesn't show any colours. It shows only the contours and colour bar.  What could be the probable region?</div><div>I am using NCL V 6.4.0</div><div>My Linux version is:</div><div>Linux tree17sbr 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux<br></div><div><br></div><div>Thanks.</div><div>S</div><div><br></div><div><div>begin</div><div><br></div><div>  in1 = addfile("<a href="http://precip.gpcp.mon.mean.nc">precip.gpcp.mon.mean.nc</a>","r")</div><div>  ann1=in1->precip(0,:,:)<br></div><div>;************************************</div><div>;create plot</div><div>;************************************</div><div>  wks = gsn_open_wks("png","test")             ; send graphics to PNG file</div><div>  res                     = True<br></div><div>  res@cnFillOn            = True             ; turn on color</div><div>  plot = gsn_csm_contour_map(wks,ann1,res)<br></div><div><br></div><div>end</div></div></div></div></div>