Skip to content
Prev 387171 / 398502 Next

Axis whitout all the row, that contains time

Hello,

It's not scale_x_time with arguments breaks and labels.

It's scale_x_datetime with arguments

date_breaks and date_labels.
If you also want the hour displayed in the x axis labels, change the 
format string in my previous post to


scale_x_datetime(date_breaks = "20 secs", date_labels = "H:%M:%S")


Can you post as data sample the output of dput?

dput(head(listeMesuresPropres, 20))  # or 30


Hope this helps,

Rui Barradas

?s 07:35 de 14/02/21, Informatique escreveu: