Created
July 10, 2017 13:14
-
-
Save saliksyed/26944cf5f2483eba6f2da155eca8fad1 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
| from mpl_toolkits.basemap import Basemap | |
| import matplotlib.pyplot as plt | |
| # create new figure, axes instances. | |
| fig = plt.figure() | |
| m = Basemap() | |
| m.drawcoastlines() | |
| plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment