- 积分
- 5118
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-10-31
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
画的是江淮流域的夏季降水分布图,画成GMF格式的时候,打开会出现:Internal error :Polying is too long Cannot continue drawing,如果画成png格式的画就可以正常打开了。这个是为什么??
下面是我的GS
'reinit'
'open f:\huatu\grid.ctl'
'open f:\huatu\r.ctl'
'enable print f:\huatu\r.gmf'
'set lon 110 122.5'
'set lat 27.5 35'
'set t 1'
'set mpdset hires'
'define a=oacres(g,r.2)'
'set grid off'
'set grads off'
'set gxout shaded'
'set cmin 3500'
'd a'
'set gxout contour'
'set cint 150'
'cnbasemap a'
'print'
'disable print'
;
|
|