gpt4 book ai didi

python - 如何在 matplotlib.pyplot 中隐藏轴

转载 作者:太空宇宙 更新时间:2023-11-03 12:56:24 25 4
gpt4 key购买 nike

我把图片放在 NumPy 中数组,并用下面的代码绘制它。我怎样才能告诉程序不要绘制轴,比如 (0, 100, 200...)

import matplotlib.pyplot as plt

plt.figure()
plt.imshow(output_ndarray)
plt.savefig(output_png)

aflw picture

最佳答案

enter image description here您还可以使用...

plt.axis('off')

enter image description here

关于python - 如何在 matplotlib.pyplot 中隐藏轴,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40120818/

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