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
- Host: GitHub
- URL: https://github.com/sd0e/termigraph-js
- Owner: sd0e
- Created: 2023-09-03T15:51:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T10:40:05.000Z (over 2 years ago)
- Last Synced: 2025-06-19T07:03:55.621Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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.