- 积分
- 390
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-7-3
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请大家看图,我的置信度区域可以用线绘出来,为何却无法打点输出,问题出在哪里?
显示错误为: Error in gashpwrt: mproj latlon required for gxout shapefile.
难道置信度打点不适用于mproj nps?
以下是显示图及打点的代码,请过来人指点:
'page q1'
'd anzpt'
'cbarn'
**打点**
'define tp=abs(tanzpt)-1.330'
'set gxout shp'
'set shpopts 15'
'set shp -pt shppt'
'set shpopts -1 2 0.001'
'd maskout(tanzpt,tp)'
'draw shp shppt'
*绘线*
'set gxout contour'
'set clab off'
'set clevs 0'
'set cthick 5'
'set ccolor 15'
'd abs(tanzpt)-1.330'
'page q2'
'd anznt'
'cbarn'
**打点**
'define tn=abs(tanznt)-1.328'
'set gxout shp'
'set shpopts 15'
'set shp -pt shppt'
'set shpopts -1 2 0.001'
'd maskout(tanznt,tn)'
'draw shp shppt'
*绘线*
'set gxout contour'
'set clab off'
'set clevs 0'
'set cthick 5'
'set ccolor 15'
'd abs(tanznt)-1.328'
|
|