This is my code
def plot_histogram(histogram, col): plt.plot(histogram, color=col) plt.xlim([0, 256]) plt.savefig("hist.png",format="png&