Skip to content

Commit

Permalink
Merge pull request #39 from NCAR/geocat-viz_example
Browse files Browse the repository at this point in the history
Use geocat-viz for plotting utility functions
  • Loading branch information
clyne committed Jan 24, 2020
2 parents 9c6cc0f + b9108dc commit 060e8e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rtd_conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3
- geocat-comp
- geocat-datafiles
- geocat-viz
- netcdf4
- cartopy
- mock
Expand Down
2 changes: 1 addition & 1 deletion Plots/Contours/NCL_coneff_16.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import matplotlib.pyplot as plt
import matplotlib.ticker as tic
from util.make_byr_cmap import make_byr_cmap
from geocat.viz.util import make_byr_cmap


from pprint import pprint
Expand Down
1 change: 1 addition & 0 deletions conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- python=3
- geocat-comp
- geocat-datafiles
- geocat-viz
- netcdf4
- cartopy
- cmaps
Expand Down

0 comments on commit 060e8e8

Please sign in to comment.