X axis in Matplotlib print random numbers instead of the years
This was caused by a temporary bad interaction between Matplotlib and Pandas and is fixed in both projects.
To work around until the new versions are available:
plt.rcParams['date.epoch'] = '0000-12-31'