[ncl-talk] Contour Plot issue

jbuzan jbuzan at purdue.edu
Wed Oct 8 08:42:56 MDT 2014


Hello NCL-Talk,

I have a contour issue.
I am using explicit color bars from a created color map:  25 levels, and 25 colors
    res at cnLevels =  (/1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25/) 	;
    res at gsnSpreadColorStart  = 3	;
    res at gsnSpreadColorEnd  = 27	;

However, when it makes the color map, NCL 6.1.0 places one extra color into the map.  Additionally, the dark red color is the #5, and should be the light tan color. 

I am not sure how to fix this.

-Jonathan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: I.MO.05_0_cru_x1_120_wb.cond.T-Q_g_WBA.TH-26.pdf
Type: application/pdf
Size: 440263 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141008/c5af5f3b/attachment-0001.pdf 
-------------- next part --------------


Colormap colors:
;r   g   b
255 255 255  ; white background
0 0 0    ; black foreground

0       0       0

153      84      15
178     111      44
204     142      81
229     177     126
255     216     178
153      15      15
178      44      44
204      81      81
229     126     126
255     178     178
107     153      15
133     178      44
163     204      81
195     229     126
229     255     178
 15     107     153
 44     133     178
 81     163     204
126     195     229
178     229     255
 38      15     153
 66      44     178
101      81     204
143     126     229
191     178     255

0       0       0





More information about the ncl-talk mailing list