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

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

Awesome Lists containing this project

README

          

# plot-ascii

Cartesian plan plotted with ASCII

![alt text](./sample/sample.png "X^2")

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