graphcurses

Curses 2D graph generator
git clone git://git.margiolis.net/graphcurses.git
Log | Files | Refs | README | LICENSE

README.md (496B)


      1 # graphcurses
      2 
      3 A simple curses graph generator.
      4 
      5 ![preview](https://user-images.githubusercontent.com/54286563/102025554-66e14380-3da1-11eb-81e0-ea7cfc8c1161.png)
      6 
      7 ## Dependencies
      8 
      9 * `curses` 
     10 * `libmatheval`
     11 
     12 ## Usage
     13 
     14 ```
     15 $ make && make run
     16 $ make clean # optional
     17 ```
     18 
     19 You can install `graphcurses` by running `make install`.
     20 The binary will be installed at `/usr/local/bin`
     21 
     22 ## To Do
     23 
     24 * Add slope, curvature etc.
     25 * Add curses coordinates
     26 * Fix axes plotting bug
     27 * Add point numbering on axes