I want to plot something with respect of 12 months. but in figure in x axis, it does not show all 12 month. what I have to do in order to x axis be based on all 12 months?
My code is as follows
plt.plot_date(tezos2018['Date'],tezos2018['Market Cap'], linestyle='solid',xdate=True)
plt.gcf().autofmt_xdate()
date=dates.DateFormatter( '%b , %d, %Y')
plt.gca().xaxis.set_major_formatter(date)
which outputs