赞
踩
- import matplotlib.pyplot as plt
-
- fig = plt.figure(figsize=plt.figaspect(.5))
- #显示第一张图片
- ax = fig.add_subplot(1, 2, 1)
- ax.imshow(input_img)
-
- fig = plt.figure(figsize=plt.figaspect(.5))
- #显示第二张图片
- ax = fig.add_subplot(1, 2, 1)
- ax.imshow(canvas)
-
- plt.show()
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。