`theme_enhance_waffle()` does not remove ticks
jolars opened this issue · 0 comments
jolars commented
theme_enhance_waffle()
(no longer?) removes ticks from the plot.
library(waffle)
#> Loading required package: ggplot2
xdf <- data.frame(
levels = letters[1:3],
values = c(2, 10, 4)
)
ggplot(xdf, aes(fill = levels, values = values)) +
geom_waffle() +
coord_equal() +
theme_enhance_waffle()
Created on 2021-03-18 by the reprex package (v1.0.0)
I'm on ggplot 3.3.3.