function-plot

WebJar for function-plot

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

function-plot
Последняя версия

Последняя версия

1.17.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

function-plot
WebJar for function-plot
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/maurizzzio/function-plot

Скачать function-plot

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/function-plot/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>function-plot</artifactId>
    <version>1.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/function-plot/
implementation 'org.webjars.bower:function-plot:1.17.0'
// https://jarcasting.com/artifacts/org.webjars.bower/function-plot/
implementation ("org.webjars.bower:function-plot:1.17.0")
'org.webjars.bower:function-plot:jar:1.17.0'
<dependency org="org.webjars.bower" name="function-plot" rev="1.17.0">
  <artifact name="function-plot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='function-plot', version='1.17.0')
)
libraryDependencies += "org.webjars.bower" % "function-plot" % "1.17.0"
[org.webjars.bower/function-plot "1.17.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

image

NPM Build Status 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-2020 MIT © Mauricio Poppe

FOSSA Status

Версии библиотеки

Версия
1.17.0