How to display all tick labels below the x axis

Hello world,

I’d like to know if there is a way to plot long time series datas (with class Date in the X axis) and have all tick labels displayed.
Just like if you do x = as.character(data$date).

Thanks