Python: getting nicer plots for dates

前端 未结 0 1137
猫巷女王i
猫巷女王i 2021-02-13 20:48

I have this code:

xformatter = mdates.DateFormatter(r\'%d.%m.%y\')

fig, ax1 = plt.subplots()
fig.autofmt_xdate()
ax1.xaxis.set_major_formatter(xformatter)
ax1.pl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题