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()