Skip to content

Commit ce4cf98

Browse files
committed
remove agg
1 parent 12961df commit ce4cf98

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

pye3sm/elm/general/halfdegree/map/elm_map_variable_halfdegree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import numpy as np
77
import matplotlib as mpl
8-
mpl.use('Agg')
8+
99
import matplotlib.pyplot as plt
1010
import matplotlib.ticker as ticker
1111
import cartopy.crs as ccrs

pye3sm/elm/h2sc/calibration/halfdegree/step4/h2sc_curve_fit_anisotropy_with_wtd_halfdegree_parallel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from osgeo import gdal,osr #the default operator
77
import argparse
88
import matplotlib as mpl
9-
mpl.use('Agg')
9+
1010
import matplotlib.pyplot as plt
1111

1212
#import library

pye3sm/elm/h2sc/calibration/ne30/h2sc_curve_fit_anisotropy_with_wtd_ne30.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from osgeo import gdal #the default operator
88
import argparse
99
import matplotlib as mpl
10-
mpl.use('Agg')
10+
1111
import matplotlib.pyplot as plt
1212
from mpl_toolkits.axes_grid1 import AxesGrid
1313

pye3sm/elm/h2sc/postprocess/halfdegree/map/h2sc_map_default_drainage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import platform
66
from pathlib import Path #get the home directory
77
import matplotlib as mpl
8-
mpl.use('Agg')
8+
99
import matplotlib.pyplot as plt
1010
import matplotlib.ticker as ticker
1111
import cartopy.crs as ccrs

pye3sm/elm/h2sc/postprocess/halfdegree/save/h2sc_save_default_drainage.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import platform
66
from pathlib import Path #get the home directory
77
import matplotlib as mpl
8-
mpl.use('Agg')
98
import matplotlib.pyplot as plt
109
import matplotlib.ticker as ticker
1110
import cartopy.crs as ccrs

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AUTHOR = "Chang Liao"
1313
AUTHOR_EMAIL = "[email protected]"
1414
URL = "https://github.com/changliao1025/pye3sm"
15-
VERSION = "20210415"
15+
VERSION = "0.1.0"
1616
REQUIRES_PYTHON = ">=3.6.0"
1717
KEYWORDS = "Earth Science"
1818

0 commit comments

Comments
 (0)