Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created May 31, 2020 08:06
Show Gist options
  • Save ceteri/97d572bfa7a8eab08ec2b46c14ef2a2b to your computer and use it in GitHub Desktop.
Save ceteri/97d572bfa7a8eab08ec2b46c14ef2a2b to your computer and use it in GitHub Desktop.
ax = gplt.polyplot(contiguous_usa, projection=gcrs.AlbersEqualArea())
gplt.kdeplot(
continental_usa_cities,
cmap="Reds",
shade=True,
clip=contiguous_usa,
ax=ax
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment