terrain), levels=levels,
colors="black",
transform=crs.PlateCarree())
plt.contourf...to_np(slp), levels=levels, colors="black",
transform=crs.PlateCarree())
plt.contourf...14})
ax_dbz.set_title("Cross-Section of Reflectivity (dBZ)", {"fontsize" : 14})
plt.show()
时空演变绘制(动画与视频...return ax_slp
ani = FuncAnimation(fig, animate, num_frames, interval=500)
HTML(ani.to_jshtml())
动画在公众号中不太好放...,感兴趣的大家可以去和鲸社区上手玩儿一下。