Skip to content

Instantly share code, notes, and snippets.

@trengrj
Created March 20, 2015 06:00
Show Gist options
  • Save trengrj/f22965cfb70f898914ec to your computer and use it in GitHub Desktop.
Save trengrj/f22965cfb70f898914ec to your computer and use it in GitHub Desktop.
ggplot(mpg, aes(x = cty, y = hwy, color = factor(cyl))) +
geom_jitter() +
labs(x = "City mileage/gallon",
y = "Highway mileage/gallon",
color = "Cylinders") + theme_ice()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment