Python equivalent of D3.js

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

    Plotly can do some cool stuffs for you

    https://plot.ly/

    Produces highly interactive graphs that can be easily embedded withing the HTML pages for your private server or website using its off line API.

    Update: I am note sure about its 3D plotting capabilities, for 2D graphs is awesome Thanks

提交回复
热议问题