[ncl-talk] Error in explicit selection mode
Anahita Amiri Farahani
aamir003 at ucr.edu
Tue Sep 3 15:59:20 MDT 2019
Hello all,
I faced a problem when I replaced
res at cnLevelSelectionMode = "AutomaticLevels" ; AutomaticLevels
with
res at cnLevelSelectionMode = "ExplicitLevels" ; set explicit contour levels
res at cnLevels =
(/-0.5,-1,-1.5,-2,-4,-6,-8,-10,-12,-14,-16,-18,-20,0.,0.5,1.5,2.5,3.5,4.5,6,7,8,10,12,14,16,18,20/)
I got this error:
fatal:ContourPlotDraw: CPCLAM - CONTRADICTORY AREA-IDENTIFIER INFORMATION
Here is the plotting part:
res = True ; plot mods desired
res at cnFillOn = True ; turn on color
res at gsnSpreadColors = True ; use full color map
res at cnLinesOn = False ; no contour lines
res at cnLineLabelsOn = False ; no line labels
; res at gsnAddCyclic = False
res at gsnDraw = False ; don't draw
res at gsnFrame = False ; don't advance frame
res at cnInfoLabelOn = False ; turn off cn info label
res at cnFillOn = True ; turn on color
res at gsnSpreadColors = True ; spread out color table
res at gsnSpreadColorStart = 2 ; color to startt
res at lbLabelBarOn = True ; turn off individual cb's
Any suggestions would be appreciated.
Thanks,
Ana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190903/1aa39c12/attachment.html>
More information about the ncl-talk
mailing list