Function Plot 2D 图表库

程序名称:Function Plot

授权协议: MIT

操作系统: 跨平台

开发语言: JavaScript

Function Plot 介绍

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;
    }
  }]
});

效果

安装:

Function Plot 官网

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

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。