Cartopy: axis label - workaround

前端 未结 3 1125
误落风尘
误落风尘 2021-01-13 00:23

I am looking for a workaround to add x and y axis ticks and labels to a Cartopy map in Lambert projection.

The solution I have come up with is just an approximation

3条回答
  •  遥遥无期
    2021-01-13 00:59

    I haven't tried it out myself, but I noticed in the salem package docs there being an ability to handle gridlines of other projections with their homegrown plotting utility, which doesn't change matplotlib's axes' projection.

提交回复
热议问题