Mover a overlapped figure x pixels regarding the image below

后端 未结 0 958
梦谈多话
梦谈多话 2021-01-20 07:24

I have made a plot where I can see both images on the same axes using transparency.

plt.imshow(number1)
plt.imshow(number2, alpha=0.3)
plt.show() 

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