Live data from Hacker News

Show HN: Function Plot – A 2d function plotter powered by d3

maurizzzio.github.io

1–10 of 10 posts

Re: Show HN: Function Plot – A 2d function plotter powered by d3

#6
This 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

#8
post #6

This 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