>>> from matplotlib import pyplot as plt >>> cm.plot(cmap=plt.cm.Greens, number_label=True, plot_lib="matplotlib") >>> cm.plot(cmap=plt.cm.Reds, normalized=True, number_label=True, plot_lib="seaborn") ROC curve