Skip to content

Instantly share code, notes, and snippets.

View yanhann10's full-sized avatar

hannah yan han yanhann10

View GitHub Profile
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: ")
@yanhann10
yanhann10 / .block
Created March 15, 2018 14:33
donut
license: mit
@yanhann10
yanhann10 / .block
Last active March 31, 2018 06:27
scatter_plot_by_year
license: mit
@yanhann10
yanhann10 / .block
Last active March 26, 2018 01:22
barchart_enter_exit
license: mit
@yanhann10
yanhann10 / .block
Last active April 18, 2018 18:10
bar_radio
license: mit
@yanhann10
yanhann10 / .block
Last active March 31, 2018 08:19
scatter_plot
license: mit
@yanhann10
yanhann10 / .block
Created March 31, 2018 06:05
sort_testing
license: mit
@yanhann10
yanhann10 / .block
Created March 31, 2018 10:53
area chart
license: mit
@yanhann10
yanhann10 / .block
Created April 1, 2018 04:05
bubble update
license: mit
@yanhann10
yanhann10 / .block
Last active April 4, 2018 00:20
bubbles
license: mit