Skip to content

Instantly share code, notes, and snippets.

@lgloege
Created April 12, 2018 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgloege/a74c9b01bbcf7055ca5f9cce95332eb4 to your computer and use it in GitHub Desktop.
Save lgloege/a74c9b01bbcf7055ca5f9cce95332eb4 to your computer and use it in GitHub Desktop.
from mpl_toolkits.basemap import Basemap # for plotting 2D data on maps
from mpl_toolkits import basemap
import numpy as np
import xarray as xr
import matplotlib.pyplot as plt
import seaborn as sns
import cmocean
import os
from matplotlib.patches import Polygon
from matplotlib.collections import PatchCollection
from matplotlib.patches import PathPatch
from mpl_toolkits.axes_grid1 import make_axes_locatable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment