@hackage / clisparkline

Tiny library to pretty print sparklines onto the CLI

Latest0.1.0.0

About

Metadata

  • Last updated , by bollu
  • License MIT
  • Categories Graphics
  • Maintained by: siddu.druid@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

clisparkline

Sparklines are tiny charts to visually present data, like so: _▁▂▃▄▅▆▇█

clisparklines is a tiny haskell library to print sparklines on the CLI.

Example program

import System.Console.Sparkline
main = putStrLn . series2spark $ [0, 1, 2, 3, 2, 1]

Output

_▂▅█▅▂