- 积分
- 3618
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-11-7
- 最后登录
- 1970-1-1
|
发表于 2013-10-17 15:24:19
|
显示全部楼层
rust123 发表于 2013-9-3 11:14
opts=res
opts@cnFillOn=True
opts@cnLevelSelectionMode = "ExplicitLevels"
你好,为什么我用了
res@cnLevels =(/10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,31,33,34,35,36,37,38,39/)
res@cnFillColors= (/2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33/)
res@cnExplicitLabelBarLabelsOn = True
res@lbLabelStrings = (/"10","15","20","25","30","35"/)
为什么除了第一个10可以显示之外,剩下的是显示Label_7,Label_14之类的
。我是想强制他的间隔是1,但色表上只显示10,20这几个数。
|
|