- 积分
- 544
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-4-17
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
res2015f=True
res2015f@gsnDraw =False
res2015f@gsnFrame =False
res2015f@cnFillOn =False
res2015f@cnLinesOn =True
res2015f@gsnContourLineThicknessesScale =1.5
res2015f@gsnContourPosLineDashPattern = 1
res2015f@cnExplicitLabelBarLabelsOn = True
res2015f@cnLineLabelsOn =True
res2015f@cnInfoLabelOn = False
res2015f@cnLineDrawOrder ="PostDraw"
res2015f@cnLevelSelectionMode= "ExplicitLevels"
res2015f@cnLevels = (/14,18,22/)
res2015f@cnLineColors = (/190,205,210,230/)
我把等值线设成了虚线,然后虚线上的值就不出现了。。怎么才能在线上显示数值。。 |
|