Skip to content

Instantly share code, notes, and snippets.

@baptiste
Created November 1, 2016 06:15
Show Gist options
  • Save baptiste/fecf40617d8ee9a8cb2a03e982eba11c to your computer and use it in GitHub Desktop.
Save baptiste/fecf40617d8ee9a8cb2a03e982eba11c to your computer and use it in GitHub Desktop.
library(ggplot2)
p <- qplot(1:10,1:10, label="aa", geom="text") +
theme(plot.title = element_text(colour = "red")) +
ggtitle("Red is the colour")
p
# gb <- ggplot_build(p)
# ggplot_gtable(gb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment