为了账号安全,请及时绑定邮箱和手机立即绑定

Matplotlib不均匀网格imshow()

Matplotlib不均匀网格imshow()

梦里花落0921 2021-03-30 07:26:59
我用绘制了5个numpy数组的内容作为图像matplotlib.pyplot.imshow()。下面的代码示例:fig, axarr = plt.subplots(2, 3)fig.set_size_inches(10, 10)axarr[0, 0].imshow(img1)axarr[0, 0].axis('off')axarr[0, 1].imshow(img2)axarr[0, 1].axis('off')axarr[0, 2].imshow(img3)axarr[0, 2].axis('off')axarr[1, 0].imshow(img4)axarr[1, 0].axis('off')axarr[1, 2].imshow(img5)axarr[1, 2].axis('off')axarr[1, 1].axis('off')plt.subplots_adjust(wspace=0, hspace=0)plt.savefig(predictions)plt.close()这将产生以下输出:我该如何绘制图像,以使底行的2张图像并排并居于该行的中心?
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 552 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信