Unicode plotting tool for displaying CSV data directly in your terminal
Find a file
2021-05-01 11:26:18 +02:00
uniplot Add option to add title 2021-04-30 23:32:08 +02:00
.gitignore Build executable 2021-05-01 11:26:18 +02:00
build.ss Build executable 2021-05-01 11:26:18 +02:00
demo.png Add option to add title 2021-04-30 23:32:08 +02:00
gerbil.pkg Initial commit 2021-04-29 19:38:15 +02:00
LICENSE Initial commit 2021-04-29 19:38:15 +02:00
README.org Add option to add title 2021-04-30 23:32:08 +02:00
uniplot.ss Build executable 2021-05-01 11:26:18 +02:00

Uniplot

Unicode plotting library for Gerbil Scheme.

Depends on Fancy for colors and display.

/dimitri/uniplot/media/commit/96d71075ae91a2b44be508c4c147dff71499bee2/demo.png

(source: Our World in Data)

Features

  • Braille canvas for plotting
  • Line plots
  • Axes and tick labels showing ranges
  • Optional title, x-axis label, and legend
  • Input data loading from a CSV file

References