Skip to content
Prev 5982 / 7420 Next

Having issue trying to get plot to have plain-white background

I find the following code really helpful to further play with theme_bw()

myplot + theme_bw() + theme(panel.border = element_blank(),
panel.grid.major = element_blank(),
panel.grid.minor = element_blank(), axis.line = element_line(colour =
"black"))

Cheers,
Altaf

On Sat, Jun 15, 2019 at 10:26 AM Mollie Brooks <mollieebrooks at gmail.com>
wrote: