Skip to content

Instantly share code, notes, and snippets.

@lukego
Created September 29, 2021 06:58
Show Gist options
  • Save lukego/766a419364c3ba6a0e58b5ffff091ce0 to your computer and use it in GitHub Desktop.
Save lukego/766a419364c3ba6a0e58b5ffff091ce0 to your computer and use it in GitHub Desktop.
ggplot not producing graphics
library(tidyr)
library(ggplot2)
ggplot(iris, aes(x = Sepal.Width, y = Sepal.Length, color = Species)) + geom_point()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment