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.
- Host: GitHub
- URL: https://github.com/gabrioliv/asciigraph
- Owner: GabriOliv
- Created: 2025-03-24T11:49:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T05:53:04.000Z (10 months ago)
- Last Synced: 2025-05-31T01:52:36.279Z (8 months ago)
- Topics: api, ascii, ascii-art, ascii-art-generator, draw-graphs, express, express-js, expressjs, github-pages, graph, plot-graph, vercel-express
- Language: JavaScript
- Homepage: https://gabrioliv.github.io/asciigraph/
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ascii Graph
---
---
Image: `/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- ┤└┘ └┘ |
└─────┴──────────┘
```
---