def plot_difference(self): """ Plot difference between cover and steganographic image. """ io.imshow(self.I - self.S) plt.grid(False) plt.show()