function-plot 
A 2d function plotter powered by d3
Function Plot is a small library built on top of D3.js whose purpose is to render functions with little configuration (think of it as a little clone of Google's plotting utility: y = x * x
The library currently supports interactive line charts and scatterplots, whenever the graph scale is modified the function is evaluated again with the new bounds, result: infinite graphs!
Have a look at the homepage for a detailed explanation on what the library is capable of

Log in or sign up for Devpost to join the conversation.