- 积分
- 321
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-4-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请问大神 画图过程中只显示等值线,阴影刚开始显示一下就没了,只显示等值线是什么原因呢?
画图 gs如下
'sdfopen d:\air\precip.mon.mean.nc'
'enable print d:\precip.gmf'
'set grid off'
'set grads off'
'set lat 20 60'
'set lon 60 180'
'set time jan1979 jan2013'
'define precip6=ave(precip,t=6,t=408,12)'
'define precip7=ave(precip,t=7,t=408,12)'
'define precip8=ave(precip,t=8,t=408,12)'
'define precip=(precip6+precip7+precip8)/3.0'
'set gxout shaded'
'd precip'
'set gxout contour'
'set cint 5'
'd precip'
'cbarn 1 0 4.5 0.35'
'print'
'disable print'
;
|
|