asciichart

Line charts in terminal

https://github.com/madnight/asciichart

Latest on Hackage:1.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Fabian Beuke
Maintained by [email protected]

Line charts in terminal ╭┈╯. Haskell port of kroitor/asciichart.

import Data.Text.Chart (plot)

main :: IO ()
main = plot [1..20]