Skip to content

Instantly share code, notes, and snippets.

@cboettig
Created November 22, 2010 05:45
Show Gist options
  • Save cboettig/709578 to your computer and use it in GitHub Desktop.
Save cboettig/709578 to your computer and use it in GitHub Desktop.
# Create a left-aligned title
# side = 3 means top margin
# adj = 0 means left align
# line= 1.2 moves the text up
plot(1:10, 1:10, yaxt="n", ylab="");
mtext("Title", side=3, adj=0, line=1.2, cex=2, font=2);
axis(2, las=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment