我用了这句话,上千次:
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.标签例程中是否有相同的更改?
发布于 2022-05-09 07:26:57
我只重新安装我的conda环境--它终于起作用了。
https://stackoverflow.com/questions/72140055
复制相似问题