Struggling with x- axis scales

Uploading: IMG_20200419_181559.jpg... date,nuc, small,large,acc 2019-10-25 10:00:21,213820,346040,150230,151959. 2019-10-25 10:07:16 276892,356789,167892,167890. 2019-10-25 10:14:11,287907,367890,178902,17896 like this....
Hai everyone..I have a dataset like 2019-10-25 10:00:21.while am plotting the graphs with date and other variable I got the graph but I want to rescale my x axis.i want to display my entire time and date both should be in my x axis but it's showing 3 hours gap time in my x axis.i tired lots of things but ita not coming the code which I entered was ggplot(data,aes(x=date))+geom_line(aes(y=data1))+scale_x_datetime(labels=date_formet("%m/%d%/Y %H:%M"),breaks=date_breaks("1hour")) but it's shows Error in cut.POSIXt(date,time,right=TRUE,include.lowest=TURE): invalid specification of 'breaks'.i tired alot but I can't find the answer I hope surely I will get some ideas about this here

Hello. Please post a reproducible example. This will make it easier for people to help you. Instructions for how to create one can be found below.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.