You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if one could define date_breaks with units smaller than 1 second. say 0.5 seconds or the like. Right now, I am doing that manually with
minor_breaks = seq(from = ymd_hms('2000-01-01 08:29:58'), to = ymd_hms('2000-01-01 08:30:10'), by = 0.5)
but this is a pain... What do you think?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi guys,
coming from tidyverse/ggplot2#2120 (comment)
It would be nice if one could define date_breaks with units smaller than 1 second. say 0.5 seconds or the like. Right now, I am doing that manually with
minor_breaks = seq(from = ymd_hms('2000-01-01 08:29:58'), to = ymd_hms('2000-01-01 08:30:10'), by = 0.5)
but this is a pain... What do you think?
Thanks!
The text was updated successfully, but these errors were encountered: