diff --git a/pye3sm/elm/general/halfdegree/map/elm_map_variable_halfdegree.py b/pye3sm/elm/general/halfdegree/map/elm_map_variable_halfdegree.py index d2b99a2..860b55d 100644 --- a/pye3sm/elm/general/halfdegree/map/elm_map_variable_halfdegree.py +++ b/pye3sm/elm/general/halfdegree/map/elm_map_variable_halfdegree.py @@ -5,7 +5,7 @@ import numpy as np import matplotlib as mpl -mpl.use('Agg') + import matplotlib.pyplot as plt import matplotlib.ticker as ticker import cartopy.crs as ccrs diff --git a/pye3sm/elm/h2sc/calibration/halfdegree/step4/h2sc_curve_fit_anisotropy_with_wtd_halfdegree_parallel.py b/pye3sm/elm/h2sc/calibration/halfdegree/step4/h2sc_curve_fit_anisotropy_with_wtd_halfdegree_parallel.py index b9f9949..75c0be8 100644 --- a/pye3sm/elm/h2sc/calibration/halfdegree/step4/h2sc_curve_fit_anisotropy_with_wtd_halfdegree_parallel.py +++ b/pye3sm/elm/h2sc/calibration/halfdegree/step4/h2sc_curve_fit_anisotropy_with_wtd_halfdegree_parallel.py @@ -6,7 +6,7 @@ from osgeo import gdal,osr #the default operator import argparse import matplotlib as mpl -mpl.use('Agg') + import matplotlib.pyplot as plt #import library diff --git a/pye3sm/elm/h2sc/calibration/ne30/h2sc_curve_fit_anisotropy_with_wtd_ne30.py b/pye3sm/elm/h2sc/calibration/ne30/h2sc_curve_fit_anisotropy_with_wtd_ne30.py index e468fa8..5aac866 100644 --- a/pye3sm/elm/h2sc/calibration/ne30/h2sc_curve_fit_anisotropy_with_wtd_ne30.py +++ b/pye3sm/elm/h2sc/calibration/ne30/h2sc_curve_fit_anisotropy_with_wtd_ne30.py @@ -7,7 +7,7 @@ from osgeo import gdal #the default operator import argparse import matplotlib as mpl -mpl.use('Agg') + import matplotlib.pyplot as plt from mpl_toolkits.axes_grid1 import AxesGrid diff --git a/pye3sm/elm/h2sc/postprocess/halfdegree/map/h2sc_map_default_drainage.py b/pye3sm/elm/h2sc/postprocess/halfdegree/map/h2sc_map_default_drainage.py index 0e45882..ab4501a 100644 --- a/pye3sm/elm/h2sc/postprocess/halfdegree/map/h2sc_map_default_drainage.py +++ b/pye3sm/elm/h2sc/postprocess/halfdegree/map/h2sc_map_default_drainage.py @@ -5,7 +5,7 @@ import platform from pathlib import Path #get the home directory import matplotlib as mpl -mpl.use('Agg') + import matplotlib.pyplot as plt import matplotlib.ticker as ticker import cartopy.crs as ccrs diff --git a/pye3sm/elm/h2sc/postprocess/halfdegree/save/h2sc_save_default_drainage.py b/pye3sm/elm/h2sc/postprocess/halfdegree/save/h2sc_save_default_drainage.py index 48e1a2a..55b8af8 100644 --- a/pye3sm/elm/h2sc/postprocess/halfdegree/save/h2sc_save_default_drainage.py +++ b/pye3sm/elm/h2sc/postprocess/halfdegree/save/h2sc_save_default_drainage.py @@ -5,7 +5,6 @@ import platform from pathlib import Path #get the home directory import matplotlib as mpl -mpl.use('Agg') import matplotlib.pyplot as plt import matplotlib.ticker as ticker import cartopy.crs as ccrs diff --git a/setup.py b/setup.py index 7bb38b3..62406e4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pye3sm" -VERSION = "20210415" +VERSION = "0.1.0" REQUIRES_PYTHON = ">=3.6.0" KEYWORDS = "Earth Science"