import matplotlib.pyplot as plt plt.plot(["Philippines","Korea", "Japan", "France", "Norway"], [42, 84, 42, 64,51]) plt.title("Country") plt.show()