Stream: general

Topic: plotting cartopy maps


view this post on Zulip Holly Olivarez (Jan 05 2024 at 20:56):

Has anyone seen these interesting squares that appear on land when plotting using cartopy and/or CESM2 Large Ensemble (ocean) output? I used xesmf to re-grid to 180x360 before plotting. Any ideas? Any ideas on how to make them disappear? STDEV.png

view this post on Zulip Holly Olivarez (Jan 06 2024 at 19:09):

Holly Olivarez said:

Has anyone seen these interesting squares that appear on land when plotting using cartopy and/or CESM2 Large Ensemble (ocean) output? I used xesmf to re-grid to 180x360 before plotting. Any ideas? Any ideas on how to make them disappear? STDEV.png

I learned how to cover up the squares. I added 'zorder=100' to this line of code: ax.add_feature(cfeature.LAND, zorder=100) and all is well again.


Last updated: May 16 2025 at 17:14 UTC