library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg, color = as.factor(cyl))) +
geom_point(size = 4) +
set_plot_theme()
ggplot(mtcars, aes(x = wt, y = mpg, color = as.factor(cyl))) +
geom_point(size = 4) +
set_plot_theme(font = "")
Run the code above in your browser using DataLab