Demonstrate theme_ku compared to other themes with a simple scatter plot (or other of your choice)

demo_theme_ku(plot = NULL)

Arguments

plot

ggplot2 plot, plot to use for comparision. (Default: NULL indicates that the default scatter plot should be used)

Value

ggplot2 plot comparing four different themes

Examples

if (interactive()) {
  demo_theme_ku()
}