tammoippen / zig-plotille

Plot graphs and histograms in the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example workflow

zig-plotille

Draw in the terminal.

  • Use colors: ansi, 8bit or true color, if your terminal allows.
  • Have a canvas for general braille dots drawing.
  • Have a crappy hist implementation (TODO insert link).
  • Have a figure for scatter plots, histograms, line plots. Also supports text and vline, vspan, hline, hspan.

Re-implementation of the (python) plotille with the intention to (at some point) provide a C-API as well.

For usage (for now) have a look at the examples/ and also in the code (tests).

About

Plot graphs and histograms in the terminal.


Languages

Language:Zig 99.3%Language:Makefile 0.4%Language:C 0.3%