Skip to content

Instantly share code, notes, and snippets.

@azadag
Created December 11, 2015 00:24
Show Gist options
  • Save azadag/da115f919a5f08a6a6bf to your computer and use it in GitHub Desktop.
Save azadag/da115f919a5f08a6a6bf to your computer and use it in GitHub Desktop.
R ggplot Gists
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