ggplot2: Apply a transparent background.
plt_no_background.Rd
Apply a transparent background for a ggplot2 plot.
Examples
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_background
plt_no_background.Rd
Apply a transparent background for a ggplot2 plot.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_background