Cartopy 的网格线错误
Gridlineerror with Cartopy
这条线我用了千次:
gl= ax.gridlines(crs=ccrs.PlateCarree(), draw_labels=True,
linewidth=1, color='gray', alpha=0.5, linestyle='--')
对于不同的地块。现在我想重新绘制一些东西并得到以下错误。
TypeError: Cannot label gridlines on a Orthographic plot. Only PlateCarree and Mercator plots are currently supported.
label routine也有同样的变化吗?
我只是重新安装了我的 conda 环境,它终于可以工作了
这条线我用了千次:
gl= ax.gridlines(crs=ccrs.PlateCarree(), draw_labels=True,
linewidth=1, color='gray', alpha=0.5, linestyle='--')
对于不同的地块。现在我想重新绘制一些东西并得到以下错误。
TypeError: Cannot label gridlines on a Orthographic plot. Only PlateCarree and Mercator plots are currently supported.
label routine也有同样的变化吗?
我只是重新安装了我的 conda 环境,它终于可以工作了