Skip to content

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

@davidhodge931

Description

@davidhodge931
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions