Skip to content

Instantly share code, notes, and snippets.

@glamp
Created July 5, 2016 20:19
Show Gist options
  • Save glamp/002515c6deb185132f70d067505652bf to your computer and use it in GitHub Desktop.
Save glamp/002515c6deb185132f70d067505652bf to your computer and use it in GitHub Desktop.
ggplot(mtcars, aes(x='mpg')) + geom_histogram() + \
theme(axis_text=element_text(size=20, color='green'), x_axis_text=element_text(angle=45))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment