- 积分
- 53
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-12-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
想用gsn_add_shapefile_polylines添加青藏高原轮廓图,但是一直报错,
shpfn2="Qinghai-Tibet_Plateau.shp"
lnres = True
lnres@gsLineColor = "black"
lnres@gsLineThicknessF = 15
shp_plot2 = gsn_add_shapefile_polylines(wks,plot,shpfn2,lnres)
warning:_NclOpenFile: Can not open file <Qinghai-Tibet_Plateau.shp>; file format not supported or file is corrupted
(0) Error: gsn_add_shapefile_polylines: Can't open shapefile 'Qinghai-Tibet_Plateau.shp'
(0) No shapefile information will be added.
请求大神帮我解答下,我已经技穷了,十分感谢
|
|