- 积分
- 389
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-11-29
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我按照脚本的例子做contourfm类型的图可以正常输出,但是改为imshow类型就出错了,请问王老师怎么做栅格类型的maskout图形呢?
axesm()
m_myregion= shaperead(u'd:/temp/Data/aregion.shp')
geoshow(m_myregion, visible=False)
layer=imshow(ybdatas)
masklayer(m_myregion,[layer])
colorbar(layer)
show()
错误提示是:
Traceback (most recent call last):
File "<iostream>", line 114, in <module>
File "<iostream>", line 18, in output_pic
File "D:\Program Files (x86)\MeteoInfo\pylib\mipylib\plotlib\miplot.py", line 5837, in masklayer
layer.layer.setMaskout(True)
AttributeError: 'org.meteoinfo.legend.LegendScheme' object has no attribute 'layer'
|
|