x-Axis ticks as dates
问题 I have some data I would like to plot consisting of two columns, one being an amount count and the other column being the actually date recorded. When plotting this, since I have over 2000 dates, it makes more sense to not show every single date as a tick on the x -axis, otherwise it won't be readable. However, I am having a hard time making the dates show up on the x -axis with some kind of logic. I have tried using the in-built tick locators for matplotlib but it's not working somehow. Here