yylzhixian / function-plot

A 2d function plotter for the web

Home Page:http://mauriciopoppe.github.io/function-plot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

NPM js-standard-style storybook


Function Plot is a powerful 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!

Edit function-plot

image,

Thanks to @liuyao12 for the initial version of the Observable notebook, you can check his own version here https://beta.observablehq.com/@liuyao12/function-plot

Installation

npm install function-plot

Examples

Examples in the homepage

API

import functionPlot from 'function-plot'
functionPlot(options)

All the available options are described in the docs

License

2015-2023 MIT © Mauricio Poppe

FOSSA Status

About

A 2d function plotter for the web

http://mauriciopoppe.github.io/function-plot/

License:MIT License


Languages

Language:TypeScript 42.8%Language:HTML 30.9%Language:JavaScript 22.0%Language:CSS 4.1%Language:Pug 0.3%