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

theme_enhance_waffle() does not remove ticks #79

Open
jolars opened this issue Mar 18, 2021 · 0 comments
Open

theme_enhance_waffle() does not remove ticks #79

jolars opened this issue Mar 18, 2021 · 0 comments

Comments

@jolars
Copy link

jolars commented Mar 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant