I am trying to change the font size of my x axis that happens to be strings and not numbers. I have changed other charts that have integers by using :
plt.xticks(size=10)
However, this dose not work for some of my graphs that have months in the place of integers. Keep in mind i am not using subplots.