I have a dataframe I plot using:
scoreDF.plot(title="Scores") plt.xlabel("Number of Games") plt.ylabel("Scores") plt.show()