It's not clear to me how the tickinterval keyword works on axes with time data. In the two axes plots attached, I have set
date_label = label_date(date_format=['%N-%D-%Y'])
In the first axis (1.png), I set xtickinterval = 10, intending for the major ticks to be ten days apart. No success.
In the second axis (2.png), I set xtickinterval = 5, intending the major ticks to be five days apart. This seems to work.
Any help with what's going on would be appreciated.