Created
April 12, 2018 16:46
-
-
Save lgloege/a74c9b01bbcf7055ca5f9cce95332eb4 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 # 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