longitudes of my grid defined in a special LCC projection (below)
lon= np.reshape(lalo[:,0],(ny,nx))maxlat = lat[-1,-1]maxlon = lon, lat, Z)#, transform=myproj)
#no difference with transform option
我有一张matplotlib等值线图,上面是经度和垂直方向的压强。我正在尝试使用matplotlib中的plt.streamplot函数并使用U和V风数据来绘制流线。如果我只绘制streamplot,它工作得很好。但是我不能把流线叠加到等高线上。以下是我的代码:if (nrows==1 and ncols==1):else:for i, ax in enumerate(axes):