https://github.com/arthurhenrique/plot-ascii
Plot math functions on cartesian plane using ascii
https://github.com/arthurhenrique/plot-ascii
ascii chart math plot
Last synced: 22 days ago
JSON representation
Plot math functions on cartesian plane using ascii
- Host: GitHub
- URL: https://github.com/arthurhenrique/plot-ascii
- Owner: arthurhenrique
- Created: 2016-05-28T02:44:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T00:38:23.000Z (about 6 years ago)
- Last Synced: 2025-01-12T17:11:19.471Z (over 1 year ago)
- Topics: ascii, chart, math, plot
- Language: C++
- Homepage:
- Size: 303 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plot-ascii
Cartesian plan plotted with ASCII

## TODO
- Implement severals Math functions, as derivative, integral from a defined function.
- Call a defined function by address in a parameter of generic function.
- Implement anothers lines of function at the same time, using mutex concept.
- Implement a interpreted language to write a function in CLI mode and plot.