Skip to content

Commit

Permalink
Removed unnecassary setting of matplotlib backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Hoonhout committed Feb 2, 2018
1 parent 48b95a1 commit f34a09d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions oceanwaves/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@


try:
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
from matplotlib.projections import PolarAxes
HAS_MATPLOTLIB = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='oceanwaves',
version='1.0.0rc3',
version='1.0.0rc4',
author='Bas Hoonhout',
author_email='bas.hoonhout@deltares.nl',
url='http://oceanwaves.readthedocs.io/',
Expand Down

0 comments on commit f34a09d

Please sign in to comment.