Created
November 1, 2016 06:15
-
-
Save baptiste/fecf40617d8ee9a8cb2a03e982eba11c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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