Python二维数组

python 根据二维数组画出彩色图像

方法:采用seaborn中的heatmap importseabornimport numpy as npimport pandas as pdimport matplotlib.pyplot as pltnew_show=pd.DataFrame(new_show) fig=plt.figure seaborn.heatmap(new_show) plt...