from pandas.tools.plotting import scatter_matrix
改成:
from pandas.plotting import scatter_matrix
参考:
pandas.plotting