Python equivalent of D3.js

前端 未结 15 900
感情败类
感情败类 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 17:49

    I've got a good example of automatically generating D3.js network diagrams using Python here: http://brandonrose.org/ner2sna

    The cool thing is that you end up with auto-generated HTML and JS and can embed the interactive D3 chart in a notebook with an IFrame

提交回复
热议问题