- 积分
- 1
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-12-23
- 最后登录
- 1970-1-1
|
发表于 2021-6-9 13:49:59
来自手机
|
显示全部楼层
shiry 发表于 2020-01-10 13:56
求问老师我这个问题怎么解决?出图只有风速坐标轴一条线
Traceback (most recent call last):
File "E:\wuhan_4-10_WS_WD_O3\1.py", line 61, in <module>
cg = contourf(x, y, data, levs, cmap='BlAqGrYeOrRe', visible=False)
File "E:\??\MeteoInfo\MeteoInfo\pylib\mipylib\plotlib\miplot.py", line 2167, in contourf
r = gca.contourf(*args, **kwargs)
File "E:\??\MeteoInfo\MeteoInfo\pylib\mipylib\plotlib\axes.py", line 2035, in contourf
ls = LegendManage.createLegendScheme(gdata.min(), gdata.max(), level_arg, cmap)
at org.meteoinfo.legend.LegendManage.createLegendScheme(LegendManage.java:1286)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
java.lang.NullPointerException: java.lang.NullPointerException
请问您这个问题如何解决的呢 |
|