Show HN: Function Plot – A 2d function plotter powered by d3
maurizzzio.github.io
Show HN: Function Plot – A 2d function plotter powered by d3
1–10 of 10 posts
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#2always on the lookout for libraries like this.
I am planning on updating the plotting for jasymchat.com (type: plot([0:10],[0:10])).
maybe this would make it in :)
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#3Wrote something similar a while ago:
https://github.com/dheera/fooplot
Demo: http://fooplot.com
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#4Really well done. Nice job!
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#5Scrolling out too far freezes the entire tab in Chrome - may want to put some upper bounds on the scale of the graph.
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#6This is great! D3 is really powerful but it's kind of a pain to compose on-the-fly.
Feature request: It would be cool to use the same viewport settings to plot arrays of points instead of functions, so that it could be integrated with something like an iPython notebook.
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#7Scrolling out too far freezes the entire tab in Chrome - may want to put some upper bounds on the scale of the graph.
I didn't notice that, thanks :)
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#8This is great! D3 is really powerful but it's kind of a pain to compose on-the-fly. Feature request: It would be cool to use the same viewport settings to plot arrays of points instead of functions, so that it could be integrated with something like an iPython notebook.
that'd be great, you can open an issue here if you want https://github.com/maurizzzio/function-plot/issues, thanks for the feedback
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#9Great job, it is really awesome for embedding graphics, the array plotting would suggested by amk_1 would be nice, +1 on that one too.
Re: Show HN: Function Plot – A 2d function plotter powered by d3
#10Lovely. Very well put together!