ggplot2: A black and white theme without minor grid lines
plt_theme_xy.Rd
A theme with no minor grids in both axes
Examples
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_theme_xy()
plt_theme_xy.Rd
A theme with no minor grids in both axes
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_theme_xy()