Created
December 15, 2021 22:01
-
-
Save jsta/bc34eafbf6311a35fc067ed03337b9cb to your computer and use it in GitHub Desktop.
Plot USA CONUS using pygmt - Generic Mapping Tools
This file contains 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
import pygmt | |
fig = pygmt.Figure() | |
fig.coast(region="-122/23/-65/48r", frame=False, land="#666666", water="skyblue", projection="A-100/30/4.5i") | |
# fig.show() | |
fig.savefig("usa.pdf") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment