Created
May 31, 2020 08:13
-
-
Save ceteri/2b23c885143b5855e88f86ced554a459 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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