problem with contour transparency

From: Micah Sklut <micahs2005_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 07 2013 - 16:48:25 MST

Hello,

I am having a problem with my Map Fill showing under my countour.
My best guess is that the "transparent" color is not showing, but instead
white is overlaying the map fill. I've attached an image showing my output.

Below is the maping call and basic res.
Thank you for any suggestions.
PS. I'm using version 4.3.1 and I know I'm supposed to upgrade!

contour = gsn_csm_contour_map_ce(wks,prec(i,:,:),res)

Here's the basic res:
res = True

res@gsnAddCyclic = False

res@mpFillOn = True
res@mpLandFillColor = 2
res@mpOutlineBoundarySets = "NoBoundaries"

res@tmYROn = False
res@tmYLOn = False
res@tmXBOn = False
res@tmXTOn = False
res@tmYRBorderOn = False
res@tmYLBorderOn = False
res@tmXBBorderOn = False
res@tmXTBorderOn = False

res@lbLabelBarOn = False
res@lbTitleOn = False

res@gsnPaperOrientation = "portrait"
res@gsnMaximize = True
res@gsnLeftString = ""
res@gsnRightString = ""

res@gsnDraw = False
res@gsnFrame = False

res@cnLevelSelectionMode = "ExplicitLevels"
res@cnLevels =
(/.00001,.00002,.00005,.00008,.0001,.0003,.0007,.001,.003,.005/)
res@cnFillColors = (/-1,6,7,8,9,10,11,12,13,14,15/)
res@cnFillMode = "RasterFill"
res@cnFillOn = True
res@cnLinesOn = False
res@cnLineLabelsOn = False

-- 
Micah Sklut


_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

contour.png
Received on Thu Mar 7 14:48:43 2013

This archive was generated by hypermail 2.1.8 : Wed Mar 13 2013 - 14:19:38 MDT