An open API service indexing awesome lists of open source software.

https://github.com/sd0e/termigraph-js

JS graphing calculator in your terminal
https://github.com/sd0e/termigraph-js

Last synced: 12 months ago
JSON representation

JS graphing calculator in your terminal

Awesome Lists containing this project

README

          

# Termigraph

A graphing calculator for your terminal. Built in Node.js and using my `parsemath` algorithm. It supports complex equations involving trigonometric functions, and up to four graphs can be plot at the same time.

It supports live graph scaling in the window using keyboard keys, and the ability to increase the resolution of the plot.

Please note that at present the graph can only plot values mapping a single input to an output, so graphs like circles are not supported.

> The graphs of y = sin(x) and y = 1/x plot on the software

![The graphs of y = sin(x) and y = 1/x plot on the software](example-1.png)

## Setting Up

Clone the repository, and run `npm install` to install the necessary package used for getting the terminal inputs. Then run `npm run start` to start the program.