Skip to content

Instantly share code, notes, and snippets.

@cdesante
Created October 23, 2012 17:21
Show Gist options
  • Save cdesante/3940180 to your computer and use it in GitHub Desktop.
Save cdesante/3940180 to your computer and use it in GitHub Desktop.
cast5
P1 <- ggplot(data = party.and.ideology.means.over.time
) + geom_point(aes(x = year, y = pid7))
P1 <- P1 + ylim(0,6) + labs(title="geom_point, P1")
P1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment