potential plotting fix for all environments

This commit is contained in:
P.M. Sutter 2014-05-30 08:12:46 -05:00
parent 466dfd8576
commit 4746c280ff

View file

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