``` python import vcs import cdms2 f=cdms2.open(vcs.sample_data+"/clt.nc") s=f("clt") x=vcs.init() x.setcolormap("AMIP") x.plot(s) x.interact() ```