Popularity
6.9
Growing
Activity
0.0
Stable
25
3
2

Monthly Downloads: 5
Programming language: Haskell
License: MIT License
Tags: Text    

asciichart alternatives and similar packages

Based on the "Text" category.
Alternatively, view asciichart alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of asciichart or a related project?

Add another 'Text' Package

README

asciichart

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).

[](example.png)

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.


*Note that all licence references and agreements mentioned in the asciichart README section above are relevant to that project's source code only.