From dfa1edd300fcbbf1f7c3ee679a0eecb1d21ab0ed Mon Sep 17 00:00:00 2001
From: Alexander van Meegen <a.van.meegen@fz-juelich.de>
Date: Thu, 25 Oct 2018 10:45:01 +0200
Subject: [PATCH] Remove fixed matplotlib backend

---
 figures/Schmidt2018/plotfuncs.py          | 2 --
 figures/Schmidt2018_dyn/plotfuncs.py      | 2 --
 figures/SchueckerSchmidt2017/plotfuncs.py | 2 --
 3 files changed, 6 deletions(-)

diff --git a/figures/Schmidt2018/plotfuncs.py b/figures/Schmidt2018/plotfuncs.py
index d112cb8..b29789e 100644
--- a/figures/Schmidt2018/plotfuncs.py
+++ b/figures/Schmidt2018/plotfuncs.py
@@ -1,7 +1,5 @@
-import matplotlib as mp
 import matplotlib.pylab as pl
 import numpy as np
-mp.use('GTKAgg')
 
 
 class panel_factory():
diff --git a/figures/Schmidt2018_dyn/plotfuncs.py b/figures/Schmidt2018_dyn/plotfuncs.py
index cd6c2f3..1409972 100644
--- a/figures/Schmidt2018_dyn/plotfuncs.py
+++ b/figures/Schmidt2018_dyn/plotfuncs.py
@@ -1,6 +1,4 @@
-import matplotlib as mp
 import numpy as np
-mp.use('GTKAgg')
 import pylab as pl
 
 
diff --git a/figures/SchueckerSchmidt2017/plotfuncs.py b/figures/SchueckerSchmidt2017/plotfuncs.py
index 94f315b..c38bdf6 100644
--- a/figures/SchueckerSchmidt2017/plotfuncs.py
+++ b/figures/SchueckerSchmidt2017/plotfuncs.py
@@ -1,6 +1,4 @@
-import matplotlib as mp
 import numpy as np
-mp.use('GTKAgg')
 import pylab as pl
 
 
-- 
GitLab