An open API service indexing awesome lists of open source software.

https://github.com/gabrioliv/asciigraph

Generate ASCII graphs in txt or svg from number sequences. Great for data visualization on txt files or markdown documents.
https://github.com/gabrioliv/asciigraph

api ascii ascii-art ascii-art-generator draw-graphs express express-js expressjs github-pages graph plot-graph vercel-express

Last synced: 7 months ago
JSON representation

Generate ASCII graphs in txt or svg from number sequences. Great for data visualization on txt files or markdown documents.

Awesome Lists containing this project

README

          

# Ascii Graph

---



---

Image: `/gen.svg?n=23,11,46,18,4,29,41,13,48,243`

![](https://asciigraph.vercel.app/gen.svg?n=23,11,46,18,4,29,41,13,48,243)

Text: `/gen.txt?n=23,11,46,18,4,29,41,13,48,243`

```
┌─────┬──────────┐
|250- ┤ ┌─┤
|225- ┤ | |
|200- ┤ | |
|175- ┤ | |
|150- ┤ | |
|125- ┤ | |
|100- ┤ | |
| 75- ┤ | |
| 50- ┤ ┌┐ ┌┐┌┘ |
| 25- ┼┐|└┐┌┘└┘ |
| 0- ┤└┘ └┘ |
└─────┴──────────┘
```

---