NodePlotLib
plot({
x: [1, 2, 3, 4],
y: [50, 60, 70, 80],
xLabel: 'units',
yLabel: 'also units',
title: 'my chart',
name: 'my_plot'
});
plot({
x: [1, 2, 3, 4],
y: [50, 60, 70, 80],
xLabel: 'units',
yLabel: 'also units',
title: 'my chart',
name: 'my_plot'
});
npm i node-remote-plot
6
1.3.0
ISC
11.8 kB
5