gnuplot-imshow
v0.3.1
Published
Display an ndarray as an image using gnuplot
Readme
gnuplot-imshow
Display an ndarray as an image using gnuplot
Installation
npm install gnuplot-imshowUsage
const getPixels = require('get-pixels')
const imshow = require('gnuplot-imshow');
getPixels('baboon.jpg', (err, pixels) => {
imshow(pixels, {title: 'baboon image'})
})
