Skip to content
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

hbar: date and datetime variable scales should be reversed #190

Open
davidhodge931 opened this issue May 31, 2021 · 0 comments
Open

hbar: date and datetime variable scales should be reversed #190

davidhodge931 opened this issue May 31, 2021 · 0 comments

Comments

@davidhodge931
Copy link
Contributor

plot_data <- storms %>%
  group_by(year) %>%
  summarise(wind = round(mean(wind), 2)) %>% 
  mutate(year = lubridate::ymd(glue::glue("{year}-01-01")))

gg_hbar(plot_data, wind, year)

tidyverse/ggplot2#4014

@davidhodge931 davidhodge931 changed the title hbar: date and datetime variable scales should ideally be reversed hbar: date and datetime variable scales should be reversed May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant