Flavour your waffles with a standard theme

theme_waffle()

Examples

ggplot(data = waffle_iron(mpg, aes_d(group = class)), aes(x, y, fill = group)) +
geom_waffle() +
theme_waffle()