Skip to content

madnight/asciichart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciichart

License: MIT Build Status Hackage Hackage-Deps

ASCII line charts in terminal ╭┈╯. Console line charts in pure Haskell.
This is a Haskell port of the Javascript library kroitor/asciichart. Free for any usage (MIT License).

Usage

cabal install asciichart
import Data.Text.Chart (plot)

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

For more examples e.g. sinus wave see examples folder.
You can also find this package on Hackage.

References

Full credits to kroitor the inventor of asciichart for the terminal.
This is only a simple port for the Haskell community.

About

ASCII line charts in terminal ╭┈╯ Haskell port of kroitor/asciichart

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published