2D 图表库 Function Plot

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-19 15:29:51

软件介绍

Function Plot 是一个基于 D3.js 开发的 2D 图表库,用来绘制各种函数图。

示例代码:

functionPlot({
  title: 'y = x * x',
  target: '#linear-with-options',
  width: 580,
  height: 400,
  disableZoom: true,
  xLabel: 'x - axis',
  yLabel: 'y - axis',
  data: [{
    fn: function (x) {
      return x * x;
    }
  }]
});

效果:

安装:

NPM

本文地址:https://codercto.com/soft/d/12714.html

Approximation Algorithms

Approximation Algorithms

Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95

'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具