Skip to content
Prev 387170 / 398502 Next

Axis whitout all the row, that contains time

Hello,

the time are in the first table like that :	10:24:00
and i use this for  
	listeMesuresPropres$Heure. <- hms(listeMesuresPropres$Heure.
after time ar like that : 		10H 24M 0S
and when i use  with ggplot
  scale_x_time(breaks = "20 secs",labels = "%H:%M:%S") 

it have the graphics but noting write on the X axis.

I think it a problem with the format of the time, because if i try a ggplot without scale_x_time i don't have anything on the graphic.

Thank's 

Fran?ois-Marie BILLARD

On Fri, 12 Feb 2021 18:24:35 +0000
Rui Barradas <ruipbarradas at sapo.pt> wrote: