Skip to content

Instantly share code, notes, and snippets.

@mooreryan
Created May 16, 2019 02:38
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 mooreryan/bd2db9de99fa0c33ca5498f727b1dc7d to your computer and use it in GitHub Desktop.
Save mooreryan/bd2db9de99fa0c33ca5498f727b1dc7d to your computer and use it in GitHub Desktop.
Blog -- Rotating axis labels in R
par(mar = c(6.1, 4.1, 4.1, 4.1), # change the margins
lwd = 2, # increase the line thickness
cex.axis = 1.2 # increase default axis label size
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment