Sankey diagrams

Hello everybody,

Does anyone know how to create a Sankey diagram in Julia?

Thanks!
Alvaro

You can use this library that uses echarts from baidu to create Sankey charts:
http://randyzwitch.com/ECharts.jl/sankey

I’ve created a different library with different approach but this one is much better documented.

5 Likes

Thanks for the plug!

Alvaro, I literally just tagged the first version of ECharts to METADATA in the last week or so, so if you run into any issues, please open an issue on GitHub. Right now, ECharts will only render in Jupyter Notebook and Atom, but I hope to add additional rendering options in the near future.

Are there other drawing packages that is compatible with pluto.jl ?