Allows super trivial plotting of streaming data.
Screenshot:
API:
plotter.plot('height', hand.palmPosition[1]);
plotter.plot('y velocity', hand.palmVelocity[1]);
Docs:
http://leapmotion.github.io/leapjs-plugins/utils/data-plotter/
Get it here:
https://github.com/leapmotion/leapjs-plugins/tree/master/utils/data-plotter
Please enjoy.