All Projects → madnight → asciichart

madnight / asciichart

Licence: MIT license
ASCII line charts in terminal ╭┈╯ Haskell port of kroitor/asciichart

Programming Languages

haskell
3896 projects
Nix
1067 projects

Projects that are alternatives of or similar to asciichart

outfancy
Python3 library to print tables in Terminal.
Stars: ✭ 47 (+104.35%)
Mutual labels:  charts, ascii
flutter heatmap calendar
A Heatmap Calendar based on Github's contributions chart
Stars: ✭ 47 (+104.35%)
Mutual labels:  charts
jpgtxt
Generating jpg files that can be viewed both in image viewer and text editor (as ASCII art)
Stars: ✭ 24 (+4.35%)
Mutual labels:  ascii
helm-pgadmin
Helm Chart for pgAdmin
Stars: ✭ 17 (-26.09%)
Mutual labels:  charts
vscode-coding-tracker-server
🐔 VSCode Coding Tracker extension server side program
Stars: ✭ 107 (+365.22%)
Mutual labels:  charts
AACircuit
Pythonized AACircuit: Draw electronic circuits with ASCII characters.
Stars: ✭ 83 (+260.87%)
Mutual labels:  ascii
vue-map-chart
VueJS map chart component
Stars: ✭ 27 (+17.39%)
Mutual labels:  charts
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-39.13%)
Mutual labels:  charts
gokube
gokube is a tool that makes it easy developing day-to-day with Kubernetes on your laptop.
Stars: ✭ 22 (-4.35%)
Mutual labels:  charts
table
Produces a string that represents slice data in a text table, inspired by gajus/table.
Stars: ✭ 130 (+465.22%)
Mutual labels:  ascii
Taco
taco-charts
Stars: ✭ 16 (-30.43%)
Mutual labels:  charts
CHCharts-wechat
📈A charts component for WeChat mini-app development(一款用于微信小程序开发中的图表组件,使用者可以快速添加并集成到微信小程序开发中).
Stars: ✭ 71 (+208.7%)
Mutual labels:  charts
ascii-art
Given a image.bmp and a M x N group of pixels, generate a text that represents the image.bmp in ascii characters
Stars: ✭ 16 (-30.43%)
Mutual labels:  ascii
dash-lollapalooza-brasil-2018
🎟Using Plotly to visualize data from Lollapalooza
Stars: ✭ 23 (+0%)
Mutual labels:  charts
online-retail-dashboard
Online Retail Dashboard
Stars: ✭ 59 (+156.52%)
Mutual labels:  charts
LineChartView
An interactive line chart written in SwiftUI with many customizations (colors, line size, dots, haptic feedbacks). Support value and time series.
Stars: ✭ 59 (+156.52%)
Mutual labels:  charts
Twitter-Sentiment-Analyzer
Twitter Sentiment Analyzer
Stars: ✭ 13 (-43.48%)
Mutual labels:  charts
react-financial-charts
Charts dedicated to finance.
Stars: ✭ 819 (+3460.87%)
Mutual labels:  charts
decent-visualizer
A visualizer for .shot files
Stars: ✭ 46 (+100%)
Mutual labels:  charts
django-admin-charts
Create beautiful configurable charts from your models and display them on the django-admin index page or on django-admin-tools dashboard. The charts are based on models and criterias defined through admin interface and some chart parameters are configurable in live view.
Stars: ✭ 78 (+239.13%)
Mutual labels:  charts

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].