Skip to content

Instantly share code, notes, and snippets.

@juanchiem
Last active December 17, 2020 17:02
Show Gist options
  • Save juanchiem/d1dd6afed659825eecbbbfb65d88097b to your computer and use it in GitHub Desktop.
Save juanchiem/d1dd6afed659825eecbbbfb65d88097b to your computer and use it in GitHub Desktop.
library(ggplot2)
ggplot() +
geom_col(aes(x = lubridate::month(1:12, label = TRUE, abbr = T),
y = c(5,2,0,60,80,20,22,6,2,8,22,7)))+
labs(x = "", y = "pl/m²")
@juanchiem
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment