Python equivalent of D3.js

前端 未结 15 897
感情败类
感情败类 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:42

    See:

    Is there a good interactive 3D graph library out there?

    The accepted answer suggests the following program, which apparently has python bindings: http://ubietylab.net/ubigraph/

    Edit

    I'm not sure about the interactivity of NetworkX, but you can definitely make 3D graphs. There is at least one example in the gallery:

    http://networkx.lanl.gov/examples/drawing/edge_colormap.html

    And another example in the 'examples'. This one, however, requires that you have Mayavi.

    http://networkx.lanl.gov/examples/3d_drawing/mayavi2_spring.html

提交回复
热议问题