ggalluvial icon indicating copy to clipboard operation
ggalluvial copied to clipboard

ggplot2 extension for alluvial plots

Results 20 ggalluvial issues
Sort by recently updated
recently updated
newest added

It seems like after upgrade to R version 4.2.0, the following warning pops up, in case you want to check it: ``` Warning message: `spread_()` was deprecated in tidyr 1.2.0....

bug

Hi I have tried to replicate your alluvial plot for the Majors data set (all the others work with my data but not this one). please could you tell me...

### Description of the issue I'm sorry if this has been mentioned before, but the flows overlap the boundaries of the columns and I am not sure why, even in...

Just came across https://github.com/oxinabox/LayeredLayouts.jl which seems an interesting inspiration for possible alternative layouts for the boxes and alluvia.

Possibly related to [this](https://github.com/thomasp85/ggforce/issues/233) issue, I think maybe hijacking the `group` aesthetic internally result in incompatibility with the gganimate package. Maybe [some other](https://github.com/thomasp85/ggforce/issues/235) people are also affected. Not sure how...

Hi, This is pretty nice package! I am wondering if it is possible to assign color for each node like Sankey plot (https://www.r-graph-gallery.com/sankey-diagram.html)? Thanks.

question

### Description of the issue Diagrams for large datasets take a long time to render. The bottlenecks might be due to inefficiencies in the code. Profile the code, identify the...

Hey Cory, I think I came across an issue while testing the new xspline code. I had to update to R 4.1.x to test with the new graphics engine. I...

A first attempt to order rectangles while minimizing crossing of flows: Data used to build the function can be found [here](https://drive.google.com/file/d/1Guv0Z03xO94EVFC-9QH3eXDyt-WGACwm/view?usp=sharing) ``` minimize_crossing

enhancement

Hi Cory, thanks a lot for this package, it really looks great! Just a quick question: is there already a way or will there be a way to shape the...

help wanted