removed matplotlib Agg backend call

This commit is contained in:
P.M. Sutter 2014-05-19 21:13:15 -05:00
parent a2239750bb
commit 578ec5c3db
2 changed files with 0 additions and 4 deletions

View file

@ -21,8 +21,6 @@
import os import os
from numpy import abs from numpy import abs
import matplotlib
matplotlib.use('Agg')
LIGHT_SPEED = 299792.458 LIGHT_SPEED = 299792.458

View file

@ -32,8 +32,6 @@ import shutil
import glob import glob
import subprocess import subprocess
import sys import sys
import matplotlib
matplotlib.use('Agg')
from pylab import figure from pylab import figure
from netCDF4 import Dataset from netCDF4 import Dataset
from void_python_tools.backend.classes import * from void_python_tools.backend.classes import *