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

前端 未结 4 562
生来不讨喜
生来不讨喜 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:17

    A search yields this: http://www.farinspace.com/top-svg-javascript-libraries-worth-looking-at/

    I have used the following libraries for graphs:

    1. jqPlot - Very good but doesn't support svg yet
    2. HTML5 Canvas - Yes I had to do a lot from scratch (even tooltips) but got some great flexibility to play with

提交回复
热议问题