# NOT RUN {
library(simplevis)
library(ggplot2)
ggplot() +
scale_x_continuous(breaks = seq(0, 10, 2), limits = c(0, 10), expand = c(0, 0)) +
scale_y_continuous(breaks = seq(0, 10, 2), limits = c(0, 10), expand = c(0, 0)) +
ggtitle("This is a title with a specified font family and size") +
theme_hv_gridlines("Courier", 9, 7)
# }
Run the code above in your browser using DataLab