Put images produced by another function into subplot

前端 未结 0 858
走了就别回头了
走了就别回头了 2021-02-07 13:56

So I was provided a function show_image that takes an array, and basically calls

plt.imshow(img, cmap=\'gray\')
plt.axis(\'off\')

in its body. It

相关标签:
回答
  • 消灭零回复
提交回复
热议问题