I've been working on a python-2.7-script for some time now and I want to plot a graph with dates on the x-axis. This does work fine, but there's a bug with the labeling of the axis sometimes (see image). labeling bug
This does not occur on every graph, because they all show different time spans (between ca. 1 and 15 years). This also means, that I can't use the solution, which is posted here: http://stefaanlippens.net/pylab_date_tick_control
It's only cosmetics, but I'd really appreciate a solution for the problem.
Thanks a lot
Julian