~crm/graphcurses

Curses 2D graph generator
more error checks, less functions, minor changes

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~crm/graphcurses
read/write
git@git.sr.ht:~crm/graphcurses

You can also use your local clone with git send-email.

#graphcurses

A simple curses graph generator.

preview

#Dependencies

  • curses
  • libmatheval

#Usage

$ make && make run
$ make clean # optional

You can install graphcurses by running make install. The binary will be installed at /usr/local/bin

#To Do

  • Add slope, curvature etc.
  • Add curses coordinates
  • Fix axes plotting bug
  • Add point numbering on axes