Plots.jl
Plots.jl copied to clipboard
[FR] Possibilities for Sankey-Diagrams?
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, ...)
I made a first draft for a package for this now: https://github.com/daschw/SankeyPlots.jl
wow, thank you, leiwand!
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