- 积分
- 500
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-4
- 最后登录
- 1970-1-1
|
发表于 2021-7-28 12:53:51
|
显示全部楼层
王老师,我使用这个脚本画图,缺报了这样的错,我用的是其他的数据,请问这个错误是什么意思呢?
Traceback (most recent call last):
File "E:\Program\Meteoinfo\wrfout_pm10.py", line 51, in <module>
pp = ax.plot_particles(lon, lat, height, dust, levs, vmin=10, s=2, cmap=cmap, alpha_min=0.1, alpha_max=0.7, density=1)
File "D:\software\MeteoInfo_3.1.0\MeteoInfo\pylib\mipylib\plotlib\_axes3dgl.py", line 1123, in plot_particles
vmin = kwargs.pop('vmin', data.min())
AttributeError: 'DimVariable' object has no attribute 'min'
|
|