https://github.com/z0u/subline
Text annotation visualization with sparklines
https://github.com/z0u/subline
Last synced: over 1 year ago
JSON representation
Text annotation visualization with sparklines
- Host: GitHub
- URL: https://github.com/z0u/subline
- Owner: z0u
- License: mit
- Created: 2025-01-29T00:40:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T06:59:55.000Z (over 1 year ago)
- Last Synced: 2025-02-21T07:29:19.535Z (over 1 year ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Visualize metrics as sparklines under text.

## Local Development
```bash
uv venv
uv sync --all-extras
uv run ruff check
uv run pytest
```
## Citation
If you use this visualization in your research, please cite:
```bibtex
@software{text_metrics_viz,
author = {Sandy Fraser},
title = {Subline: A Text Metrics Visualizer},
year = {2025},
url = {https://github.com/z0u/subline}
}
```
## License
MIT