Skip to content

Commit

Permalink
remove agg
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed Apr 16, 2021
1 parent 12961df commit ce4cf98
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/changliao1025/pye3sm"
VERSION = "20210415"
VERSION = "0.1.0"
REQUIRES_PYTHON = ">=3.6.0"
KEYWORDS = "Earth Science"

Expand Down

0 comments on commit ce4cf98

Please sign in to comment.