Created
February 12, 2021 03:00
-
-
Save dopplershift/1d3c801c923b13f0c6f05b6c4a344d9e to your computer and use it in GitHub Desktop.
Example notebook plotting satellite data, RTMA data, and surface observations
Try adding facecolor='none'
to the calls to add_feature
.
Thanks; this actually looks to be some misbehavior in my current MPL/Cartopy environment which is affecting Natural Earth Feature plotting.
Using edgecolor
instead of color
to add_feature
produces the desired effect for my environment (matplotlib = 3.3.3, cartopy = 0.18.0, python = 3.8.6) . color
seems to act to fill the enclosed features with the color specified. Anyway, thanks for putting this notebook together!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very cool ... when I ran this though, the land surface was all filled with yellow:
