SkillAgentSearch skills...

Asciichart

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

Install / Use

/learn @madnight/Asciichart
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

asciichart

<p><a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License: MIT" /></a> <a href="https://travis-ci.org/madnight/asciichart"><img src="https://travis-ci.org/madnight/asciichart.svg?branch=master" alt="Build Status" /></a> <img src="https://badgen.net/badge/icon/haskell?icon=haskell&label&color=purple" alt="" /> </a></p>

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.

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated1mo ago
Forks2

Languages

Haskell

Security Score

95/100

Audited on Feb 8, 2026

No findings