Skip to content

Instantly share code, notes, and snippets.

@saliksyed
Created July 10, 2017 13:14
Show Gist options
  • Select an option

  • Save saliksyed/26944cf5f2483eba6f2da155eca8fad1 to your computer and use it in GitHub Desktop.

Select an option

Save saliksyed/26944cf5f2483eba6f2da155eca8fad1 to your computer and use it in GitHub Desktop.
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