Added import of matplotlib.

这个提交包含在:
Craig Warren
2016-01-19 11:48:36 +00:00
父节点 a887cd3823
当前提交 b640056fa7

查看文件

@@ -9,6 +9,7 @@ import h5py
import numpy as np import numpy as np
np.seterr(divide='ignore') np.seterr(divide='ignore')
from scipy import signal from scipy import signal
import matplotlib.pyplot as plt
"""This module contains fitness metric functions that can be used with the Taguchi optimisation method. """This module contains fitness metric functions that can be used with the Taguchi optimisation method.