Gciruelos Termplot Save

Terminal-based mathematical function plotter

Project README

termplot

Build Status

Lightweight terminal-based mathematical function plotter.

Try it out

First you have to clone the repository

git clone https://github.com/gciruelos/termplot.git
cd termplot

If you have termbox, you can compile termplot by running

make termbox

Otherwise, you can use the old-fashioned ncurses

make ncurses

Then run it

./termplot
./termplot --help

Official packages

How to use

Termplot supports vim-like commands, so you can type

:plot sin(x^2)

And it will work. Termplot can also plot implicit functions, like

:plot x^2+y^2 = 1

Screenshots

Screen

TODO

  • Zooming just in one axis.
  • Replacing plots.
  • Read from commandline/stdin.
  • Better documentation.

Contributors

Open Source Agenda is not affiliated with "Gciruelos Termplot" Project. README Source: gciruelos/termplot
Stars
35
Open Issues
0
Last Commit
6 years ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating