matplotlib 经验

好久不用matplotlib

import matplotlib.pyplot as plt
plt.figure()    # 画图
plt.imshow(train_images[0])     # numpy
plt.show()  # 展示

 

posted @ 2020-06-11 10:44  市丸银  阅读(138)  评论(0编辑  收藏  举报