math plotting tui with support for multiple functions, finding derivatives and integral,
etc using ncurses
currently is has these features:
- this plotting tui has the insane ability to plot
- you can plot multiple functions
- you can also trace said functions to find specific coordinates
- you can also view the numerical derivatives at any given point
- you can calculate the definite integral of functions (using simpsons rule) and find local minima and maxima
- uhhhhhh
- exporting as png and text?
- zooming and stuff
- command suggestions
- gcc/clang
- cmake
- ncurses
how to install deps
on deb/ubuntu
sudo apt-get install build-essential cmake libncurses5-dev libncursesw5-devon fedora
sudo dnf install @development-tools cmake ncurses-develon arch
sudo pacman -S base-devel cmake ncurses-
clone the repo:
git clone https://github.com/TheUnium/mathplot.git cd mathplot -
create the build dir:
mkdir build cd build -
run cmake and make
cmake .. make
-
run
./mathplot # inside mathplot, to get a list of commands/features you can use :help
