标签: python python-3.x matplotlib jupyter-notebook
The original picture.
当我使用imgplot = plt.imshow(plt.imread('a.png'))和display(Image('a.png'))来显示图片时,我共有两张不同的图片。
imgplot = plt.imshow(plt.imread('a.png'))
display(Image('a.png'))
Results here.
我检查了plt.imread('a.png')后,它显示了奇怪的数组。在此过程中出了什么问题?
plt.imread('a.png')