nodejs-plotter icon indicating copy to clipboard operation
nodejs-plotter copied to clipboard

A node.js module that turns an array of data into a graph in a pdf document. Uses gnuplot and ps2pdf.

Results 8 nodejs-plotter issues
Sort by recently updated
recently updated
newest added

It would be great if custom image resolution was added.

Whenever I use the plot method it outputs to the console: > stdout: > stderr: How can I remove that?

Add extra option parameters to be able to set for example x and y range. options: ['xrange [0:120]', 'yrange [1000:2500]'],

Only if there's something to print

Hello, I like to add a black background to my below code and the chart lines in white, how do i achieve it ? plot({ data: [ 3, 1, 2,...

Would love it if you could include screenshots for the examples in the README! Would make it much easier to get up to speed with this packages' possibilities :smile: Thanks...

I believe on https://github.com/richardeoin/nodejs-plotter/blob/master/plotter.js#L102 I believe argument passed in should be 'options' and not 'options.time', thanks.