python35 利用matplotlib的subplot畫多幅圖

一 畫直方圖 import matplotlib.pyplot as plt plt.figure("hist") arr=images.flatten() n, bins, patches = plt.hist(arr, bins=256, normed=1,edgecolor='None',facecolor='red') plt.show() 二 利用subplot畫多幅圖 import
相關文章
相關標籤/搜索