- 积分
- 943
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
根据平流层萝卜http://bbs.06climate.com/forum.php?mod=viewthread&tid=42437&fromuid=83148的帖子进行地图白化,出现了如下的错误,请问各位大神 这个应该怎么改?
---------------------------------------------------------------------------UnboundLocalError Traceback (most recent call last)<ipython-input-58-0cbc96983d35> in <module> 60 tem_new=func(olon,olat)#获得插值后的网格气温 61 cs= ax.contourf(olon,olat,tem_new,levels=np.arange(6,18,3),extend='both')#画图---> 62clip=maskout.shp2clip(cs,ax,r'D:\Python\chenzhou.shp',430000) #白化 63 64 #显示图~\maskout.py in shp2clip(originfig, ax, shpfile, region) 29 clip = PathPatch(clip, transform=ax.transData) 30 for contour in originfig.collections:---> 31contour.set_clip_path(clip) 32 return clip
UnboundLocalError: local variable 'clip' referenced before assignment
|
|