- 积分
- 88
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-5-22
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 lqouc 于 2014-5-2 18:09 编辑
我自己编写出来的gs:'reinit''open d:\xggx\map.ctl'
'open d:\xggx\r.ctl'
'open d:\xggx\t.ctl'
'set lon 97 110'
'set lat 21 34'
'set mpdset cnworld cnriver'
'define a=oacres(g,r1.2(t=1),10,7,4,2,1)'
'define a1=maskout(a,g-0.5)'
'define aa=smth9(a1)'
'define b=oacres(g,t1.3(t=1),10,7,4,2,1)'
'define b1=maskout(b,g-0.5)'
'define bb=smth9(b1)'
'set gxout shaded'
'set grads off'
'set grid off'
'set black -5 5'
'set cint 10'
'd bb'
'set gxout contour'
'set cthick 6'
'd aa'
'draw title xiangguanguanxi'
'printim d:\xggx\r1.png white'
'clear'
;
'reinit'
可是画出来的图却不对,首先t检验的阴影没有,地图也没有了,而且边界也没有!
grads说 cannot contour grid -all undefined values1
|
|