Vis visualizes fuzzy tabular data, no script required
Project description
Vis
Visualize fuzzy tabular data, no script required.
Features
Histograms
awk 'BEGIN { for (i = 0; i < 1000; i++) print rand() * 100 }' | vis hist --kde
Scatter plots
echo -e '1 2\n1.5 3\n2 1\n3 1.5\n2 2' | vis scatter --trend
Line plots
seq 0 0.1 10 | awk '{print $1, sin($1)}' | vis line --xlab "Time" --ylab "sin(t)"
Install
pip install vis_cli
More info
Example histogram: Kubernetes CPU utilization
kubectl top nodes | vis hist --static --col 2 --bins 10 --xmax 100 --xlab 'CPU util' --kde
Example scatter plot: Kubernetes pod CPU vs memory limits
kubectl resource-capacity --pods | grep -v '\*.*\*' | vis scatter --static --cols 4 6 --xlab "CPU limits" --ylab "Memory limits" --trend
Help pages
$ vis --help
Usage: vis [OPTIONS] COMMAND [ARGS]...
A fuzzy tabular data visualization tool.
Options:
-h, --help Show this message and exit.
Commands:
clean Clean the data from a file or stdin and print it to stdout.
hist Create a histogram from numerical data.
line Create a line plot from tabular data.
scatter Create a scatter plot from tabular data.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vis_cli-0.1.0.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vis_cli-0.1.0.tar.gz.
File metadata
- Download URL: vis_cli-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.10 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b74b3257c54782afb97975c391d0663633eebdb21e42ba332c5717a5dea4c43f
|
|
| MD5 |
c74c4aaf3c2dd1e7bcac98ca862f01e5
|
|
| BLAKE2b-256 |
8768329925c59f6a74f3d98990dc9801a00120e199bdbce00bfad15aa4315883
|
File details
Details for the file vis_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vis_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.10 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b631585e3b33c1c998df0515323b6a662500c394ce9e7f0e3837baca240155a0
|
|
| MD5 |
0261dd330bd4c2e34be33b3a62460d4b
|
|
| BLAKE2b-256 |
2911efb1dceedade6c20b44acde9e1a9e9ecb021d6897c079f21cd7bc74c2c9f
|