Created
December 11, 2015 00:24
-
-
Save azadag/da115f919a5f08a6a6bf to your computer and use it in GitHub Desktop.
R ggplot Gists
This file contains 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
theme_set( theme_bw( base_family= "serif")) | |
theme_update( panel.grid.minor= theme_blank(), | |
panel.grid.major= theme_blank(), | |
panel.background= theme_blank(), | |
axis.title.x= theme_blank(), | |
axis.text.x= theme_text( family= "serif", | |
angle= 90, hjust= 1 ), | |
axis.text.x= theme_text( family= "serif"), | |
axis.title.y= theme_blank()) | |
theme_map <- theme_get() | |
theme_set( theme_bw()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment