Skip to content

Instantly share code, notes, and snippets.

@yanhann10
Created October 21, 2016 13:52
Show Gist options
  • Save yanhann10/e92ada92e35eea9924a362dea0187b22 to your computer and use it in GitHub Desktop.
Save yanhann10/e92ada92e35eea9924a362dea0187b22 to your computer and use it in GitHub Desktop.
streamgraph
devtools::install_github("hrbrmstr/streamgraph")
library(streamgraph)
YC <- read_csv("~/YC.csv")
YC %>%
streamgraph(vertical, n, year)%>%
sg_axis_x(1) %>%
sg_axis_y(10) %>%
sg_legend(show=TRUE, label="Genres: ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment