From e9f364ba37c98a59121360b866c66f7b8e277e0c Mon Sep 17 00:00:00 2001
From: Andreas Freise <adf@star.bham.ac.uk>
Date: Sat, 20 Dec 2014 18:17:54 +0000
Subject: [PATCH] removing not needed inputs and backend setting

---
 examples/sagnac/master.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/examples/sagnac/master.py b/examples/sagnac/master.py
index 2e1be50..8e9c196 100644
--- a/examples/sagnac/master.py
+++ b/examples/sagnac/master.py
@@ -3,17 +3,8 @@ from pykat.commands import *
 import copy
 from collections import namedtuple
 from collections import OrderedDict
-
-import matplotlib
-BACKEND = 'Qt4Agg'
-matplotlib.use(BACKEND)
 import pylab as pl
-
-formatter = matplotlib.ticker.EngFormatter(unit='', places=0)
-formatter.ENG_PREFIXES[-6] = 'u'
-
 from  pykat.utilities.plotting.tools import printPDF
-
 	
 def main():
 	print """
-- 
GitLab