Live data from Hacker News

Plotly.js Open-Source Announcement

plot.ly

71–72 of 72 posts

Re: Plotly.js Open-Source Announcement

#71
post #20

I wonder where this is going and if python+numpy+scipy+matplotlib will one day be replaced by tools written in javascript.

I think it is more likely that some Python library which outputs javascript code in addition to still images will starting to replace matplotlib. Or matplotlib evolves to have that capability itself.

Is that what mpld3 is for? (http://mpld3.github.io/)

Re: Plotly.js Open-Source Announcement

#72
post #19

How well does plot.ly do with plain old equation plotting? In particular, I'm looking for something that can produce mobile friendly plots that scales diagrams automatically to show relevant features (x, y intercepts, inflection points, etc) for simple function families - y= mx + b, ax^2 + bx + c, etc. Any suggestions on available libraries, or am I better to start from scratch on this?

You could compute a few [x,y] values for an equation y=f(x) and plot them using any line chart plotting library

Well, yes, that was the question! Got any favorite line chart plotters?
Post reply on HN