-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using time on x axis (POSIXct) #17
Comments
Should work now, thanks. |
Thanks for looking into it! It's still not working for me with your latest commit. ggpubr is still converting the data to numeric. |
would you please provide a reproducible R script with a demo data set? To include data in a question, use dput() to generate the R code to recreate it. For example, to recreate the mtcars dataset in R, I’d perform the following steps:
Thanks |
Here you go: |
Thank you. Should work now. dplyr >= 0.7.1 required |
Great! Thank you man ;) |
Not sure if this is by design, but ggpubr won't format axis ticks correctly when given a datetime (POSIXct) column as input.
The
fulldate
column used in the plots below is of classand has the format
"2017-01-01 20:45:00 UTC"
Plot made with ggpubr:
and the same data directly with ggplot:
The text was updated successfully, but these errors were encountered: