gpt4 book ai didi

python - matplotlib 不在 Jupyter Notebook 上显示图像

转载 作者:太空狗 更新时间:2023-10-29 17:01:18 28 4
gpt4 key购买 nike

我正在使用 ubuntu 14.04 并使用 anaconda2.7 在 jupyter notebook 中编码,其他一切都是最新的。今天我在编码,一切正常。我关闭了笔记本,当我重新打开它时,一切正常,除了没有显示图像。

%matplotlib inline
import numpy as np
import skimage
from skimage import data
from matplotlib import pyplot as plt
%pylab inline

img = data.camera()
plt.imshow(img,cmap='gray')

这是我正在使用的代码,非常简单但不显示图像

<matplotlib.image.AxesImage at 0xaf7017ac>

这显示在输出区域请帮忙

最佳答案

您需要告诉 matplotlib 实际显示图像。在您的段的末尾添加:

plt.show()

关于python - matplotlib 不在 Jupyter Notebook 上显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39416004/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com