Sunday 30 December 2018

Any graphing/plotting packages that run out of the console, similar to MatPlotLib for Python?

I'm looking for something that generates plots directly from the console (via NodeJS), without having to code-up a bunch of HTML and whatever.A good example of what I'm looking for is MatPlotLib for Python. The plots pop-up on the screen when they are created, and halt code from executing until they are closed. The plots are also interactive (zoom, save, etc), opposed to just creating a static image.I'm not looking for plots within the console, so something like asciichart is out.MatPlotNode provides MatPlotLib bindings for NodeJS, but requires Python 2.7, which is antiquated and not what I have (currently on Python 3.7).Thanks for any insight!

Submitted December 31, 2018 at 01:48AM by rockitman12

No comments:

Post a Comment