streamgraph icon indicating copy to clipboard operation
streamgraph copied to clipboard

:wavy_dash: htmlwidget for creating streamgraph visualizations in R

Results 23 streamgraph issues
Sort by recently updated
recently updated
newest added

Thank you for creating this excellent package, it's just what I've been looking for and more. I have made some minor, non-breaking additions that I hope will be welcome. Firstly,...

Hello @hrbrmstr, Thank you for your package. It produces very pleasing plots, and I am for sure using it and also modifying it to fit my needs. I do need...

Is it possible to add a y-axis label to a stream graph? I did not see any labels in the examples or code to add one.

I'm using R 3.6.1. devtools::install_github("hrbrmstr/streamgraph") error: Error: Failed to install 'streamgraph' from GitHub: (converted from warning) cannot remove prior installation of package ‘digest’

First, I would like to thank youto provide us this excellent package. While using this plot function along with ggiraph, I figured out that I can not visualize the streamgraph...

When using the continuous data option, it runs into the following problems: - The sg_title() function does not seem to work, and actually adjusts the plot size. - The sg_annotate()...

i can find the function `sg_add_marker()` in the help pages but it seems missing. no errors while installing the latest package version 0.8.1 on R.3.4.2 ``` > g%>% sg_add_marker(x=2010,"ahoi") Error...

I've just installed the latest version of `streamgraph` (0.7) and get the following error. ``` ggplot2::movies %>% select(year, Action, Animation, Comedy, Drama, Documentary, Romance, Short) %>% tidyr::gather(genre, value, -year) %>%...