plt.figure(1)
plt.subplot(211)
plt.imshow(out1)
plt.subplot(212)
plt.imshow(out2)
plt.show(
matplotlib-持续一定时间后自动关闭figure
最新推荐文章于 2025-06-23 15:17:06 发布
plt.figure(1)
plt.subplot(211)
plt.imshow(out1)
plt.subplot(212)
plt.imshow(out2)
plt.show(