Python equivalent of D3.js

前端 未结 15 748
感情败类
感情败类 2021-01-29 17:08

Can anyone recommend a Python library that can do interactive graph visualization?

I specifically want something like d3.js but for python

15条回答
  •  时光取名叫无心
    2021-01-29 18:08

    I would suggest using mpld3 which combines D3js javascript visualizations with matplotlib of python.

    The installation and usage is really simple and it has some cool plugins and interactive stuffs.

    http://mpld3.github.io/

提交回复
热议问题