plotter
Version:
Turns an array of data into a graph in a pdf document.
23 lines (22 loc) • 453 B
JSON
{
"name": "plotter",
"version": "0.5.0",
"description": "Turns an array of data into a graph in a pdf document.",
"main": "plotter.js",
"author": "Richard Eoin <richardeoin@gmail.com>",
"dependencies": {
"underscore" : "1.4.x"
},
"keywords": [
"plotting",
"graph",
"pdf",
"gnuplot"
],
"repository": {
"type": "git",
"url": "https://github.com/richardeoin/nodejs-plotter.git"
},
"license": "MIT",
"engine": "node >= 0.10.25"
}