Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created October 15, 2010 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/628581 to your computer and use it in GitHub Desktop.
Save ramnathv/628581 to your computer and use it in GitHub Desktop.
economist = theme_update(plot.background = theme_rect(fill = 'lightblue',
colour = 'black'),
panel.background = theme_rect(fill = 'lightblue',
colour = NA),
axis.text.x = theme_text(colour = 'black',
size = base_size * 0.8,
lineheight = 0.9,
vjust = 1),
axis.text.y = theme_text(colour = 'black',
size = base_size * 0.8,
lineheight = 0.9,
hjust = 1),
panel.border = theme_blank()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment