2018-07-05 pyecharts + echartsΒΆ

pyecharts is a wrapper around echarts, a library developped by Baidu. Most of the documentation is in Chinese so it handles every language. Check the gallery, it is quite impressive. One example about is graph shows relationships in Les Miserables. The Python wrapper used som technics such as modules to automatically converts python code into javascript: javascripthon. I recommend reading the associated paper ECharts: A declarative framework for rapid construction of web-based visualizatio which mentions many existing libraries and explain their technical choice like not using SVG to increase performance (so no depndency on d3.js).