Want to make static SVG plot (from matplotlib) interactive via the browser

前端 未结 4 558
生来不讨喜
生来不讨喜 2021-02-05 20:56

My goal is to make a plot that you can interact with in the browser. Ideally, I would like a well-documented and mature JavaScript plotting library that supports SVG. As far as

4条回答
  •  伪装坚强ぢ
    2021-02-05 21:29

    If your goal is to take output from a static svg generated by some plotting tool, and turning it into something interactive, then you probably will have to come up with something yourself since the output will most likely be different for every such tool.

    However, there are plenty of interactive SVG graph libraries out there, some examples:

    • JSXGraph
    • Highcharts
    • D3.js
    • ...and more

提交回复
热议问题