Today I struggled a bit with pylab's plot_date function and overlapping date tick labels:
After some googling, I found that matplotlib offers nice flexible date tick control and formatting. I added a date tick locator and a date formatter to the mix as follows:
import pylab
import matplotlib
import …