I am trying to make a line chart and it keeps starting with year 2000 however, my data starts in 2019. Not sure how to fix it. It worked with a previous dataframe but not with this one.
norm.plot(figsize = (16, 9), fontsize = 14)
plt.legend(fontsize = 14)
plt.show()