Plots.jl icon indicating copy to clipboard operation
Plots.jl copied to clipboard

[FR] Possibilities for Sankey-Diagrams?

Open Krisselack opened this issue 4 years ago • 3 comments

So far, the only way I found in Julia would be this: https://randyzwitch.com/ECharts.jl/sankey Is there other options for Sankey-Diagrams in Julia (eg. via plotlyjs, ...)

Krisselack avatar Feb 17 '21 10:02 Krisselack

I made a first draft for a package for this now: https://github.com/daschw/SankeyPlots.jl

daschw avatar Feb 23 '21 11:02 daschw

wow, thank you, leiwand!

Krisselack avatar Feb 23 '21 11:02 Krisselack

https://github.com/daschw/SankeyPlots.jl does not work anymore because it's dependency is now archived. Any possibility to have Sankey plots implemented in plots.jl?

In the meantime, I tried to restore the functionality of SankeyPlots using MetaGraphs, which relies on Graphs.jl: https://github.com/davide-f/SankeyPlots.jl

davide-f avatar Feb 04 '22 01:02 davide-f