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