Skip to content
Snippets Groups Projects
Commit e9f364ba authored by Andreas Freise's avatar Andreas Freise
Browse files

removing not needed inputs and backend setting

parent 750ed26b
No related branches found
No related tags found
No related merge requests found
...@@ -3,18 +3,9 @@ from pykat.commands import * ...@@ -3,18 +3,9 @@ from pykat.commands import *
import copy import copy
from collections import namedtuple from collections import namedtuple
from collections import OrderedDict from collections import OrderedDict
import matplotlib
BACKEND = 'Qt4Agg'
matplotlib.use(BACKEND)
import pylab as pl import pylab as pl
formatter = matplotlib.ticker.EngFormatter(unit='', places=0)
formatter.ENG_PREFIXES[-6] = 'u'
from pykat.utilities.plotting.tools import printPDF from pykat.utilities.plotting.tools import printPDF
def main(): def main():
print """ print """
-------------------------------------------------------------- --------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment