Letter P

python39-sparklines - Generate sparklines for numbers using Unicode characters only

Website: https://github.com/deeplook/sparklines
License: GPL-3.0-or-later
Vendor: Alcance Libre, Inc.
Description:
This Python package implements Edward Tufte’s concept of sparklines,
but limited to text only e.g. like this: ▃▁▄▁▅█▂▅ (this I likely not
displayed correctly in every browser). You can find more information
about sparklines on Wikipedia:
https://en.wikipedia.org/wiki/Sparkline

This code was mainly developed for running simple plausibility tests
in sensor networks.

Due to limitations of available Unicode characters this works best
when all values are positive. And even then true sparklines that look
more like lines and less like bars are a real challenge, because they
would need multiple characters with a single horizontal line on
different vertical positions. This would work only with a dedicated
font, which is way beyond the scope of this tool and which would
significantly complicate its usage. So we stick to these characters:
"▁▂▃▄▅▆▇█", and use a blank for missing values.

Packages

python39-sparklines-0.5.0-1.aldos.noarch [30 KiB] Changelog by Joel Barrios (2024-07-24):
- Initial spec file.

Listing created by Repoview-0.6.6-6.fc14.al