lionel- / ggstance

Horizontal ggplot2 components
201 stars 20 forks source link

change `stat = "count"` to `stat = "counth"` #19

Closed erocoar closed 6 years ago

erocoar commented 6 years ago

it seems this was forgotten, currently produces an error when plotting standard bar chart with e.g.

ggplot2::ggplot(ggplot2::mpg, ggplot2::aes(y = class)) + ggstance::geom_barh()
lionel- commented 6 years ago

Thanks!