Compare commits

...

1 Commits

Author SHA1 Message Date
5b67b68fd2 Don't import matplotlib if we don't need it 2013-04-08 18:59:23 -04:00

View File

@@ -8,7 +8,7 @@ import nilmdb.client
from numpy import *
import scipy.fftpack
import scipy.signal
from matplotlib import pyplot as p
#from matplotlib import pyplot as p
import bisect
def main(argv = None):