Skip to content

dali-lab/function-plot

This branch is 2 commits ahead of, 42 commits behind mauriciopoppe/function-plot:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99eb016 · Jan 29, 2024
Dec 17, 2023
Dec 19, 2023
Dec 19, 2023
Dec 26, 2023
Dec 19, 2023
Sep 22, 2020
Dec 26, 2023
Dec 19, 2023
Sep 22, 2020
Sep 13, 2020
Jul 16, 2023
Aug 4, 2020
Dec 18, 2023
Dec 26, 2023
Dec 17, 2023
Dec 26, 2023
Dec 26, 2023
Dec 26, 2023
Dec 15, 2023
Dec 19, 2023
Jan 29, 2024
Dec 26, 2023

Repository files navigation

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

Usage

import functionPlot from 'function-plot'
functionPlot({
  target: '#root',
  data: [{
    fn: 'x^2',
    derivative: {
      fn: '2*x',
      updateOnMouseMove: true
    }
  }]
})

Resources

License

2015-2023 MIT © Mauricio Poppe

FOSSA Status

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.2%
  • JavaScript 27.4%
  • HTML 23.7%
  • CSS 4.5%
  • Pug 0.2%