Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created May 31, 2020 08:13
Show Gist options
  • Save ceteri/2b23c885143b5855e88f86ced554a459 to your computer and use it in GitHub Desktop.
Save ceteri/2b23c885143b5855e88f86ced554a459 to your computer and use it in GitHub Desktop.
gplt.pointplot(
continental_usa_cities,
projection=gcrs.AlbersEqualArea(),
hue="ELEV_IN_FT",
scheme=scheme,
cmap="inferno_r",
legend=True
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment